Skip to content

Commit 945c362

Browse files
need to set DOTNET_ROOT env variable for .NET Core 3.0 (#128)
1 parent 955bb46 commit 945c362

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,10 @@ if($FoundDotNetCliVersion -ne $DotNetVersion) {
8787
$env:PATH = "$InstallPath;$env:PATH"
8888
$env:DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
8989
$env:DOTNET_CLI_TELEMETRY_OPTOUT=1
90+
$env:DOTNET_ROOT=$InstallPath
9091
}
9192

93+
9294
###########################################################################
9395
# INSTALL NUGET
9496
###########################################################################

0 commit comments

Comments
 (0)