You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write-Host" -prepareMachine Prepare machine for CI run, clean up processes after build"
67
68
Write-Host" -warnAsError <value> Sets warnaserror msbuild parameter ('true' or 'false')"
68
69
Write-Host" -msbuildEngine <value> Msbuild engine to use to run build ('dotnet', 'vs', or unspecified)."
70
+
Write-Host" -nativeToolsOnMachine Sets the native tools on machine environment variable (indicating that the script should use native tools on machine)"
69
71
Write-Host" -excludePrereleaseVS Set to exclude build engines in prerelease versions of Visual Studio"
Write-Error"Unable to find binpath.txt in '$($ToolDirectory.FullName)' ($ToolName$ToolVersion); artifact is either installed incorrectly or is not a bootstrappable tool."
@@ -112,6 +113,7 @@ try {
112
113
$ToolPath=Convert-Path-Path $BinPath
113
114
Write-Host"Adding $ToolName to the path ($ToolPath)..."
0 commit comments