We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d92a1c1 commit 72085beCopy full SHA for 72085be
1 file changed
azure-pipelines-templates/check-nf-interpreter-to-test.yml
@@ -50,11 +50,7 @@ steps:
50
GITHUB_TOKEN: $(GitHubToken)
51
52
- task: DownloadPipelineArtifact@2
53
- condition: >-
54
- and(
55
- eq(variables['DownloadNanoClrPreview'], true),
56
- ne(variables['NFINTERPRETER_BUILDID'], '')
57
- )
+ condition: (variables['NFINTERPRETER_BUILDID'], '')
58
displayName: Download nanoCLR preview
59
inputs:
60
buildType: specific
@@ -67,12 +63,7 @@ steps:
67
63
targetPath: '$(Pipeline.Workspace)/nanoclr'
68
64
69
65
- task: PowerShell@2
70
71
72
- succeeded(),
73
74
75
66
+ condition: ne(variables['NFINTERPRETER_BUILDID'], '')
76
displayName: Set nanoCLR preview path
77
78
targetType: 'inline'
0 commit comments