File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed
azure-pipelines-templates Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -50,11 +50,7 @@ steps:
5050 GITHUB_TOKEN : $(GitHubToken)
5151
5252 - task : DownloadPipelineArtifact@2
53- condition : >-
54- and(
55- eq(variables['DownloadNanoClrPreview'], true),
56- ne(variables['NFINTERPRETER_BUILDID'], '')
57- )
53+ condition : (variables['NFINTERPRETER_BUILDID'], '')
5854 displayName : Download nanoCLR preview
5955 inputs :
6056 buildType : specific
@@ -67,12 +63,7 @@ steps:
6763 targetPath : ' $(Pipeline.Workspace)/nanoclr'
6864
6965 - task : PowerShell@2
70- condition : >-
71- and(
72- succeeded(),
73- eq(variables['DownloadNanoClrPreview'], true),
74- ne(variables['NFINTERPRETER_BUILDID'], '')
75- )
66+ condition : ne(variables['NFINTERPRETER_BUILDID'], '')
7667 displayName : Set nanoCLR preview path
7768 inputs :
7869 targetType : ' inline'
You can’t perform that action at this time.
0 commit comments