File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff 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 #
You can’t perform that action at this time.
0 commit comments