Skip to content

Commit 67932ad

Browse files
committed
Work CI-CD
- Fix condition to set MDP path.
1 parent cd8d7fc commit 67932ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines-templates/check-mdp-for-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ steps:
6565
condition: >-
6666
and(
6767
succeeded(),
68-
eq(variables['DownloadNanoClrPreview'], true),
68+
eq(variables['DownloadMDP'], true),
6969
ne(variables['MDP_BUILDID'], '')
7070
)
7171
displayName: Set MDP path

0 commit comments

Comments
 (0)