Skip to content

Commit 903c2b2

Browse files
committed
Work CI-CD
- Remove unexistent var from conditions. ***NO_CI***
1 parent d92a1c1 commit 903c2b2

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

azure-pipelines-templates/check-nf-interpreter-to-test.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff 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: ne(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'

0 commit comments

Comments
 (0)