We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd8d7fc commit 67932adCopy full SHA for 67932ad
azure-pipelines-templates/check-mdp-for-build.yml
@@ -65,7 +65,7 @@ steps:
65
condition: >-
66
and(
67
succeeded(),
68
- eq(variables['DownloadNanoClrPreview'], true),
+ eq(variables['DownloadMDP'], true),
69
ne(variables['MDP_BUILDID'], '')
70
)
71
displayName: Set MDP path
0 commit comments