File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
eng/pipelines/templates/stages Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -132,11 +132,6 @@ stages:
132132 packageParentPath : ' $(Pipeline.Workspace)'
133133 packagesToPush : ' $(Pipeline.Workspace)/${{parameters.ArtifactName}}-signed/${{artifact.name}}/*.nupkg;!$(Pipeline.Workspace)/${{parameters.ArtifactName}}-signed/${{artifact.name}}/*.symbols.nupkg'
134134 publishVstsFeed : ${{ parameters.DevOpsFeedID }}
135- - ${{if ne(artifact.skipSymbolsUpload, 'true')}} :
136- - output : pipelineArtifact
137- displayName : ' Store converted symbols in ${{parameters.ArtifactName}}-windows-symbols artifact'
138- targetPath : $(Build.ArtifactStagingDirectory)/symbols
139- artifactName : ${{parameters.ArtifactName}}-windows-symbols
140135
141136 strategy :
142137 runOnce :
@@ -156,6 +151,14 @@ stages:
156151 image : azsdk-pool-mms-win-2022-1espt
157152 os : windows
158153
154+ templateContext :
155+ outputs :
156+ - ${{if ne(artifact.skipSymbolsUpload, 'true')}} :
157+ - output : pipelineArtifact
158+ displayName : ' Store converted symbols in ${{parameters.ArtifactName}}-symbols artifact'
159+ targetPath : $(Build.ArtifactStagingDirectory)/symbols
160+ artifactName : ${{parameters.ArtifactName}}-symbols
161+
159162 strategy :
160163 runOnce :
161164 deploy :
You can’t perform that action at this time.
0 commit comments