Skip to content

Commit b67985f

Browse files
committed
Skip crossgen2 publishing for comparison jobs
1 parent 788302f commit b67985f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eng/pipelines/coreclr/templates/crossgen2-comparison-build-job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
displayName: 'product build'
9999

100100
# Populate Core_Root
101-
- script: $(Build.SourcesDirectory)/src/tests/build$(scriptExt) $(buildConfig) $(archType) $(crossArg) generatelayoutonly
101+
- script: $(Build.SourcesDirectory)/src/tests/build$(scriptExt) $(buildConfig) $(archType) $(crossArg) generatelayoutonly -p: -p:Crossgen2Supported=false
102102
displayName: Populate Core_Root
103103

104104
# Create work item directory and populate with assemblies

eng/pipelines/coreclr/templates/crossgen2-comparison-job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
displayName: 'product build'
9595

9696
# Populate Core_Root
97-
- script: $(Build.SourcesDirectory)/src/tests/build$(scriptExt) $(buildConfig) $(archType) $(crossArg) generatelayoutonly
97+
- script: $(Build.SourcesDirectory)/src/tests/build$(scriptExt) $(buildConfig) $(archType) $(crossArg) generatelayoutonly -p:Crossgen2Supported=false
9898
displayName: Populate Core_Root
9999

100100
- task: DownloadPipelineArtifact@2

0 commit comments

Comments
 (0)