We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 955bb46 commit 945c362Copy full SHA for 945c362
build.ps1
@@ -87,8 +87,10 @@ if($FoundDotNetCliVersion -ne $DotNetVersion) {
87
$env:PATH = "$InstallPath;$env:PATH"
88
$env:DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
89
$env:DOTNET_CLI_TELEMETRY_OPTOUT=1
90
+ $env:DOTNET_ROOT=$InstallPath
91
}
92
93
+
94
###########################################################################
95
# INSTALL NUGET
96
0 commit comments