We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbd8b1a commit b24b99aCopy full SHA for b24b99a
script/vsts/platforms/templates/bootstrap.yml
@@ -36,6 +36,6 @@ steps:
36
parameters:
37
artifacts:
38
- path: '.'
39
- condition: succeeded()
+ condition: and(succeeded(), eq(variables.IsBuild, 'true'))
40
archiveFileName: bootstrapped_repository_$(AGENT_OS)_$(buildArch).7z
41
archiveDir: $(Build.ArtifactStagingDirectory)
0 commit comments