This commit is contained in:
Pranav K 2020-02-05 13:17:46 -08:00
parent dd893339ef
commit 6a522be969
No known key found for this signature in database
GPG Key ID: F748807460A27E91
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ try {
$sdkPath = [IO.Path]::Combine($env:DOTNET_INSTALL_DIR, 'sdk', '3.1.102')
if (!(Test-Path $sdkPath)) {
InstallDotNetSdk $dotnetRoot '3.1.102-servicing-014873' -skipNonVersionedFiles $true
InstallDotNetSdk $env:DOTNET_INSTALL_DIR '3.1.102-servicing-014873' -skipNonVersionedFiles $true
}
$restore = $tmpRestore