@@ -105,7 +105,6 @@ stages:
105105
106106 - output : pipelineArtifact
107107 displayName : ' Publish nupkgs'
108- condition : " and(succeeded(), eq(variables['IsOfficialBuild'], 'true'))"
109108 targetPath : " $(Build.StagingDirectory)\\ nupkgs"
110109 artifactName : " nupkgs - $(RtmLabel)"
111110 sbomBuildDropPath : $(Build.SourcesDirectory)/artifacts
@@ -140,7 +139,6 @@ stages:
140139
141140 - output : pipelineArtifact
142141 displayName : ' Publish symbols as pipeline artifacts'
143- condition : " and(succeeded(), eq(variables['IsOfficialBuild'], 'true'))"
144142 targetPath : " $(Build.StagingDirectory)\\ symbolstoindex"
145143 artifactName : " symbols - $(RtmLabel)"
146144 sbomBuildDropPath : $(Build.SourcesDirectory)/artifacts
@@ -227,7 +225,6 @@ stages:
227225
228226 - output : pipelineArtifact
229227 displayName : ' Publish symbols as pipeline artifacts'
230- condition : " and(succeeded(), eq(variables['IsOfficialBuild'], 'true'))"
231228 targetPath : " $(Build.StagingDirectory)\\ symbolstoindex"
232229 artifactName : " symbols - $(RtmLabel)"
233230 sbomBuildDropPath : $(Build.SourcesDirectory)/artifacts
0 commit comments