File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
eng/pipelines/coreclr/templates Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments