Skip to content

Commit b24b99a

Browse files
committed
Upload the bootstrapped repo only in build job
1 parent fbd8b1a commit b24b99a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/vsts/platforms/templates/bootstrap.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ steps:
3636
parameters:
3737
artifacts:
3838
- path: '.'
39-
condition: succeeded()
39+
condition: and(succeeded(), eq(variables.IsBuild, 'true'))
4040
archiveFileName: bootstrapped_repository_$(AGENT_OS)_$(buildArch).7z
4141
archiveDir: $(Build.ArtifactStagingDirectory)

0 commit comments

Comments
 (0)