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 7d70426 commit b519caaCopy full SHA for b519caa
build/stages/build.yml
@@ -12,5 +12,5 @@ steps:
12
ENABLED_UNIT_TESTS: $(ENABLED_UNIT_TESTS)
13
- publish: $(System.DefaultWorkingDirectory)
14
displayName: 'Upload pipeline artifacts'
15
- condition: eq( variables['Agent.OS'], 'Windows_NT' )
+ condition: and(succeeded(), eq( variables['Agent.OS'], 'Windows_NT' ))
16
artifact: storage
0 commit comments