We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc6a88c commit 129528eCopy full SHA for 129528e
eng/pipelines/coreclr/exploratory.yml
@@ -40,7 +40,7 @@ extends:
40
buildArgs: -s clr+libs -c $(_BuildConfig) -lc Release
41
timeoutInMinutes: 360
42
postBuildSteps:
43
- - script: $(Build.SourcesDirectory)/src/tests/build$(scriptExt) $(_BuildConfig) $(archType) generatelayoutonly
+ - script: $(Build.SourcesDirectory)/src/tests/build$(scriptExt) $(_BuildConfig) $(archType) $(crossArg) generatelayoutonly
44
displayName: Create Core_Root
45
condition: succeeded()
46
- template: /eng/pipelines/coreclr/templates/jit-exploratory-steps.yml
0 commit comments