Skip to content

Commit 129528e

Browse files
jakobbotschjtschuster
authored andcommitted
Pass $(crossArg) to src/tests/build.sh in Antigen/Fuzzlyn pipelines (dotnet#107229)
1 parent fc6a88c commit 129528e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/coreclr/exploratory.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ extends:
4040
buildArgs: -s clr+libs -c $(_BuildConfig) -lc Release
4141
timeoutInMinutes: 360
4242
postBuildSteps:
43-
- script: $(Build.SourcesDirectory)/src/tests/build$(scriptExt) $(_BuildConfig) $(archType) generatelayoutonly
43+
- script: $(Build.SourcesDirectory)/src/tests/build$(scriptExt) $(_BuildConfig) $(archType) $(crossArg) generatelayoutonly
4444
displayName: Create Core_Root
4545
condition: succeeded()
4646
- template: /eng/pipelines/coreclr/templates/jit-exploratory-steps.yml

0 commit comments

Comments
 (0)