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 efb6ab4 commit 32d5ab4Copy full SHA for 32d5ab4
script/vsts/platforms/templates/bootstrap.yml
@@ -31,6 +31,6 @@ steps:
31
parameters:
32
artifacts:
33
- path: '.'
34
- condition: succeeded()
+ condition: and(succeeded(), eq(variables.IsBuild, 'true'))
35
archiveFileName: bootstrapped_repository_$(AGENT_OS)_$(buildArch).7z
36
archiveDir: $(Build.ArtifactStagingDirectory)
0 commit comments