From 7f1f97c6a106e596680f0d4a714cf776048ac729 Mon Sep 17 00:00:00 2001 From: Steve Sanderson Date: Tue, 27 Feb 2018 19:24:35 +0000 Subject: [PATCH] Log extra build info --- build/aspnetci-build.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/aspnetci-build.ps1 b/build/aspnetci-build.ps1 index c8f7dd4c46..b1b3450dff 100644 --- a/build/aspnetci-build.ps1 +++ b/build/aspnetci-build.ps1 @@ -1,3 +1,5 @@ Invoke-WebRequest -useb 'https://dot.net/v1/dotnet-install.ps1' -OutFile .\build\dotnet-install.ps1 .\build\dotnet-install.ps1 -channel Current -version 2.1.3 -InstallDir dotnetsdk +Get-Command dotnet | Format-List source +dotnet --version dotnet pack Blazor.sln