Skip to content

Commit 00f9cfc

Browse files
committed
upload VSTS drop during internal build (#7392)
1 parent f675f66 commit 00f9cfc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

azure-pipelines.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ stages:
5555
variables:
5656
- group: DotNet-Blob-Feed
5757
- group: DotNet-Symbol-Server-Pats
58+
- group: DotNet-DevDiv-Insertion-Workflow-Variables
5859
- name: _SignType
5960
value: Real
6061
- name: _DotNetPublishToBlobFeed
@@ -122,6 +123,13 @@ stages:
122123
PathtoPublish: '$(Build.SourcesDirectory)\artifacts\SymStore\$(_BuildConfig)'
123124
ArtifactName: 'NativeSymbols'
124125
condition: succeeded()
126+
- task: ms-vseng.MicroBuildTasks.4305a8de-ba66-4d8b-b2d1-0dc4ecbbf5e8.MicroBuildUploadVstsDropFolder@1
127+
displayName: Upload VSTS Drop
128+
inputs:
129+
DropName: $(VisualStudioDropName)
130+
DropFolder: '$(Build.SourcesDirectory)\artifacts\VSSetup\$(_BuildConfig)\Insertion'
131+
AccessToken: $(dn-bot-devdiv-drop-rw-code-rw)
132+
condition: succeeded()
125133

126134
#-------------------------------------------------------------------------------------------------------------------#
127135
# PR builds #

0 commit comments

Comments
 (0)