Fixup
This commit is contained in:
parent
dd893339ef
commit
6a522be969
|
|
@ -364,7 +364,7 @@ try {
|
||||||
|
|
||||||
$sdkPath = [IO.Path]::Combine($env:DOTNET_INSTALL_DIR, 'sdk', '3.1.102')
|
$sdkPath = [IO.Path]::Combine($env:DOTNET_INSTALL_DIR, 'sdk', '3.1.102')
|
||||||
if (!(Test-Path $sdkPath)) {
|
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
|
$restore = $tmpRestore
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue