More multi-appdomain support removal (#23921)
[platform/upstream/coreclr.git] / UpdatePublishedVersions.ps1
index 4c9bd85..ceaff86 100644 (file)
@@ -16,7 +16,13 @@ param(
     # A pattern matching all packages in the set that the versions repository should be set to.
     [Parameter(Mandatory=$true)][string]$nupkgPath)
 
-& "$PSScriptRoot\run.cmd" build -- tests\build.proj /t:UpdatePublishedVersions `
+& "$PSScriptRoot\dotnet.cmd" msbuild /nologo /verbosity:minimal /clp:Summary /nodeReuse:false `
+    /l:BinClashLogger,Tools/Microsoft.DotNet.Build.Tasks.dll`;LogFile=binclash.log `
+    /p:RestoreDefaultOptimizationDataPackage=false `
+    /p:PortableBuild=true `
+    /p:UsePartialNGENOptimization=false `
+    /maxcpucount `
+    tests\build.proj /t:UpdatePublishedVersions `
     /p:GitHubUser="$gitHubUser" `
     /p:GitHubEmail="$gitHubEmail" `
     /p:GitHubAuthToken="$gitHubAuthToken" `