Browse Source

update build.ps1 to put downloaded dotnet in PATH

pull/4447/head
Yatao Li 6 years ago
parent
commit
c22b71aa50
  1. 2
      build.ps1

2
build.ps1

@ -62,6 +62,8 @@ else {
} else {
ExecSafe { & $DotNetInstallFile -InstallDir $DotNetDirectory -Version $DotNetVersion -NoPath }
}
$env:PATH="$DotNetDirectory;$env:PATH"
}
Write-Output "Microsoft (R) .NET Core SDK version $(& $env:DOTNET_EXE --version)"

Loading…
Cancel
Save