summaryrefslogtreecommitdiff
path: root/eng/common/build.ps1
diff options
context:
space:
mode:
authordotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>2018-11-16 14:53:21 +0000
committerGitHub <noreply@github.com>2018-11-16 14:53:21 +0000
commit2fe48b4e38ec2b2174561cee3928b44197208eb1 (patch)
treea5162f541f9ab33c5dda9dc265cab426957ce312 /eng/common/build.ps1
parent78aa753ded9031c21a4b2804aeeb36ba43cbafa6 (diff)
downloadcoreclr-2fe48b4e38ec2b2174561cee3928b44197208eb1.tar.gz
coreclr-2fe48b4e38ec2b2174561cee3928b44197208eb1.tar.bz2
coreclr-2fe48b4e38ec2b2174561cee3928b44197208eb1.zip
Update dependencies from https://github.com/dotnet/arcade build 365 (#21052)
This change updates the following dependencies - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.18565.9 - Microsoft.DotNet.Helix.Sdk - 1.0.0-beta.18565.9
Diffstat (limited to 'eng/common/build.ps1')
-rw-r--r--eng/common/build.ps13
1 files changed, 2 insertions, 1 deletions
diff --git a/eng/common/build.ps1 b/eng/common/build.ps1
index ca45b3db71..76f108fd5d 100644
--- a/eng/common/build.ps1
+++ b/eng/common/build.ps1
@@ -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,7 @@ try {
/p:PerformanceTest=$performanceTest `
/p:Sign=$sign `
/p:Publish=$publish `
- /p:PublishBuildAssets=$publishBuildAssets `
+ /p:Execute=$execute `
/p:ContinuousIntegrationBuild=$ci `
@properties