Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert "Try getting this job to run"
This reverts commit 562b107.
  • Loading branch information
vcsjones committed Dec 6, 2022
commit 6ebb71d09f08ee77f78679e768df5f252703924a
5 changes: 5 additions & 0 deletions eng/pipelines/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ extends:
- windows_arm64
jobParameters:
testGroup: innerloop
condition: >-
or(
eq(dependencies.evaluate_paths.outputs['SetPathVars_coreclr.containsChange'], true),
eq(dependencies.evaluate_paths.outputs['SetPathVars_runtimetests.containsChange'], true),
eq(variables['isRollingBuild'], true))

#
# Build the whole product using GNU compiler toolchain
Expand Down