提交 cb5ce01b 编写于 作者: V Vatsan Madhavan

Update eng/common files to match the new publish mechanism in Arcade

上级 433ddc0b
@echo off
powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0Build.ps1""" -restore -publishBuildAssets %*"
powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0Build.ps1""" -msbuildEngine dotnet -restore /p:PublishBuildAssets=true /p:SdkProjects=PublishBuildAssets.proj %*"
exit /b %ErrorLevel%
......@@ -6,6 +6,7 @@ Param(
[string] $msbuildEngine = $null,
[bool] $warnaserror = $true,
[bool] $nodereuse = $true,
[switch] $execute,
[switch] $restore,
[switch] $deployDeps,
[switch] $build,
......@@ -88,7 +89,6 @@ try {
/p:PerformanceTest=$performanceTest `
/p:Sign=$sign `
/p:Publish=$publish `
/p:PublishBuildAssets=$publishBuildAssets `
/p:ContinuousIntegrationBuild=$ci `
@properties
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册