summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElinor Fung <47805090+elinor-fung@users.noreply.github.com>2019-05-21 18:52:30 -0700
committerGitHub <noreply@github.com>2019-05-21 18:52:30 -0700
commit2b6236198bbd1b915d1c9ea5f1a3f4147caa84c9 (patch)
tree94e371fe608ed0e94e8c6d66f3b85053346d82fb
parentec3f6658b6c0e44fabe76569f6ecc7256dff64cc (diff)
downloadcoreclr-2b6236198bbd1b915d1c9ea5f1a3f4147caa84c9.tar.gz
coreclr-2b6236198bbd1b915d1c9ea5f1a3f4147caa84c9.tar.bz2
coreclr-2b6236198bbd1b915d1c9ea5f1a3f4147caa84c9.zip
Set ContinuousIntegrationBuild=true for product build in build-job.yml (#24693)
-rw-r--r--eng/build-job.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/eng/build-job.yml b/eng/build-job.yml
index 004966e5db..3790a4cbee 100644
--- a/eng/build-job.yml
+++ b/eng/build-job.yml
@@ -124,10 +124,10 @@ jobs:
# Build
- ${{ if ne(parameters.osGroup, 'Windows_NT') }}:
- - script: ./build.sh $(buildConfig) $(archType) $(crossArg) -skiptests -skipnuget $(clangArg) $(stripSymbolsArg) $(officialBuildIdArg)
+ - script: ./build.sh $(buildConfig) $(archType) $(crossArg) -skiptests -skipnuget $(clangArg) $(stripSymbolsArg) $(officialBuildIdArg) /p:ContinuousIntegrationBuild=true
displayName: Build product
- ${{ if eq(parameters.osGroup, 'Windows_NT') }}:
- - script: set __TestIntermediateDir=int&&build.cmd $(buildConfig) $(archType) -skiptests -skipbuildpackages $(officialBuildIdArg) $(ibcOptimizeArg) $(enforcePgoArg)
+ - script: set __TestIntermediateDir=int&&build.cmd $(buildConfig) $(archType) -skiptests -skipbuildpackages $(officialBuildIdArg) $(ibcOptimizeArg) $(enforcePgoArg) /p:ContinuousIntegrationBuild=true
displayName: Build product
# Sign on Windows