Skip to content

Commit

Permalink
Skip crossgen2 publishing for comparison jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
am11 committed Aug 27, 2024
1 parent 788302f commit b67985f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
displayName: 'product build'

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

# Create work item directory and populate with assemblies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
displayName: 'product build'

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

- task: DownloadPipelineArtifact@2
Expand Down

0 comments on commit b67985f

Please sign in to comment.