Skip to content

Commit

Permalink
Fix yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akoeplinger authored Jan 21, 2020
1 parent 6b83c47 commit df16fe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/pipelines/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ jobs:
parameters:
jobTemplate: /eng/pipelines/libraries/run-test-job.yml
runtimeFlavor: mono
buildConfig: release
buildConfig: Release
platforms:
- Windows_NT_x64
- OSX_x64
Expand Down Expand Up @@ -627,4 +627,4 @@ jobs:
or(
eq(dependencies.checkout.outputs['SetPathVars_coreclr.containsChange'], true),
eq(dependencies.checkout.outputs['SetPathVars_libraries.containsChange'], true),
eq(variables['isFullMatrix'], true))
eq(variables['isFullMatrix'], true))

0 comments on commit df16fe3

Please sign in to comment.