Skip to content

Commit 22295fe

Browse files
Add retention of artifacts back to the official pipeline (#758)
1 parent 6a3fb4c commit 22295fe

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

azure-pipelines/official.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,11 @@ extends:
7373
artifactType: Container
7474
steps:
7575
- template: /azure-pipelines/build.yml@self
76+
77+
- task: 1ES.MicroBuildVstsDrop@1
78+
displayName: Upload artifacts to VSTS Drop
79+
inputs:
80+
dropName: Products/$(System.TeamProject)/$(Build.Repository.Name)/$(Build.SourceBranchName)/$(Build.BuildNumber)
81+
dropFolder: '$(Build.ArtifactStagingDirectory)/insertion'
82+
accessToken: $(System.AccessToken)
83+
condition: and(succeeded(), eq(variables['SignType'], 'Real'))

0 commit comments

Comments
 (0)