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 6a3fb4c commit 22295feCopy full SHA for 22295fe
azure-pipelines/official.yml
@@ -73,3 +73,11 @@ extends:
73
artifactType: Container
74
steps:
75
- 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