Skip to content

Commit 2c05b60

Browse files
committed
Upload the bootstrapped repo only in build job
1 parent e026bec commit 2c05b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/vsts/platforms/templates/bootstrap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ steps:
3131
parameters:
3232
artifacts:
3333
- path: '.'
34-
condition: succeeded()
34+
condition: and(succeeded(), eq(variables.IsBuild, 'true'))
3535
archiveFileName: bootstrapped_repository_$(AGENT_OS)_$(buildArch).7z
3636
archiveDir: $(Build.ArtifactStagingDirectory)

0 commit comments

Comments
 (0)