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 676161b commit f97de79Copy full SHA for f97de79
Steps/BinaryCopyAndPublish.yml
@@ -28,6 +28,7 @@ steps:
28
else
29
echo "##vso[task.setvariable variable=artifacts_present]true"
30
fi
31
+ condition: succeededOrFailed()
32
33
# Copy binaries to the artifact staging directory
34
- task: CopyFiles@2
Steps/OtherCopyAndPublish.yml
# Copy other files to the artifact staging directory
0 commit comments