未验证 提交 f9c5b42c 编写于 作者: K Kevin Ransom (msft) 提交者: GitHub

Set the flag in the right place (#13353)

上级 802e030d
......@@ -425,6 +425,8 @@ try {
[System.Environment]::SetEnvironmentVariable('DOTNET_ROLL_FORWARD_TO_PRERELEASE', '1', [System.EnvironmentVariableTarget]::User)
$env:NativeToolsOnMachine = $true
Process-Arguments
. (Join-Path $PSScriptRoot "build-utils.ps1")
......@@ -454,8 +456,6 @@ try {
$env:DOTNET_ROOT = "$dotnetPath"
Get-Item -Path Env:
$env:NativeToolsOnMachine = $true
if ($bootstrap) {
$script:BuildMessage = "Failure building bootstrap compiler"
$bootstrapDir = Make-BootstrapBuild
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册