Skip to content

Commit

Permalink
Dump environment info to determine what's changing.
Browse files Browse the repository at this point in the history
  • Loading branch information
tillig committed Sep 20, 2021
1 parent c8962ce commit 77f34bc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,24 @@ try {
}

# Install dotnet CLI

dotnet --list-sdks
gci env:

Install-DotNetCli -Version $sdkVersion

foreach ($additional in $globalJson.additionalSdks)
{

dotnet --list-sdks
gci env:
Install-DotNetCli -Version $additional;
}


dotnet --list-sdks
gci env:

# Write out dotnet information
& dotnet --info

Expand Down

0 comments on commit 77f34bc

Please sign in to comment.