summaryrefslogtreecommitdiff
path: root/eng/common/build.ps1
diff options
context:
space:
mode:
authordotnet-maestro <@dotnet-maestro>2019-02-24 13:24:24 +0000
committerdotnet-maestro <@dotnet-maestro>2019-02-24 13:24:24 +0000
commite2cd979d87055b57a0d091e71ef465b7e5e1a982 (patch)
treee456539fde3c31316b7f1353cc4c0c4898e72c8b /eng/common/build.ps1
parent333232d98639df980133205c41791cb9dc7f3d34 (diff)
downloadcoreclr-e2cd979d87055b57a0d091e71ef465b7e5e1a982.tar.gz
coreclr-e2cd979d87055b57a0d091e71ef465b7e5e1a982.tar.bz2
coreclr-e2cd979d87055b57a0d091e71ef465b7e5e1a982.zip
Update dependencies from https://github.com/dotnet/arcade build 20190223.1
This change updates the following dependencies - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19123.1 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19123.1
Diffstat (limited to 'eng/common/build.ps1')
-rw-r--r--eng/common/build.ps11
1 files changed, 0 insertions, 1 deletions
diff --git a/eng/common/build.ps1 b/eng/common/build.ps1
index 8279dc7133..316061382b 100644
--- a/eng/common/build.ps1
+++ b/eng/common/build.ps1
@@ -99,7 +99,6 @@ function Build {
/p:PerformanceTest=$performanceTest `
/p:Sign=$sign `
/p:Publish=$publish `
- /p:ContinuousIntegrationBuild=$ci `
@properties
}