File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,14 @@ stages:
106106 artifact : ' vsix'
107107 condition : succeededOrFailed()
108108
109+ - task : PublishPipelineArtifact@1
110+ displayName : ' Publish tasks'
111+ inputs :
112+ publishLocation : pipeline
113+ targetPath : ' $(Build.SourcesDirectory)\_output'
114+ artifact : ' tasks'
115+ condition : succeededOrFailed()
116+
109117- stage : PublishDev
110118 displayName : ' Publish privately'
111119 condition : and(succeeded(), ne(variables['Build.Reason'], 'PullRequest'))
@@ -220,7 +228,9 @@ stages:
220228 tag : ' v$(Build.BuildNumber)'
221229 title : ' v$(Build.BuildNumber)'
222230 releaseNotesSource : ' inline'
223- assets : ' $(publishProd.Extension.OutputPath)*'
231+ assets : |
232+ $(publishProd.Extension.OutputPath)*
233+ $(Pipeline.Workspace)/tasks/*
224234 changeLogCompareToRelease : ' lastFullRelease'
225235 changeLogType : ' issueBased'
226236 changeLogLabels : ' [{ "state" : "closed" }]'
You can’t perform that action at this time.
0 commit comments