Log extra build info

This commit is contained in:
Steve Sanderson 2018-02-27 19:24:35 +00:00
parent 41fa69f665
commit 7f1f97c6a1
1 changed files with 2 additions and 0 deletions

View File

@ -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