Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb committed May 16, 2019
1 parent bcccb05 commit 24fc0b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ if($FoundDotNetCliVersion -ne $DotNetVersion) {
$env:PATH = "$InstallPath;$env:PATH"
$env:DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
$env:DOTNET_CLI_TELEMETRY_OPTOUT=1
$env:DOTNET_ROOT = $InstallPath\dotnet.exe #workaround for https://github.com/dotnet/cli/issues/9114
}

###########################################################################
Expand Down

0 comments on commit 24fc0b7

Please sign in to comment.