Revert "chore(buildwin): remove leftover closing curly"

This reverts commit 988e9380f2.
This commit is contained in:
Aleksandar Fabijanic
2024-01-31 16:57:07 +01:00
parent 988e9380f2
commit bf2f96847a

View File

@@ -213,7 +213,7 @@ function Set-Environment
$Command = Resolve-Path "$($vsdir)\..\..\VC\vcvarsall.bat"
$script:msbuild_exe = "MSBuild.exe"
}
}
}}
$tempFile = [IO.Path]::GetTempFileName()
cmd /c " `"$Command`" $CommandArg && set > `"$tempFile`" "