Skip to content

Commit

Permalink
Remove PublishBuildArtifacts. (#1991)
Browse files Browse the repository at this point in the history
This already happens as part of the publish step in the build. Doing this over again (especially to the same container) will overwrite the previous results in some cases, and also unnecessarily duplicate files. It also will cause the wixpacks to get picked up for signing validation.
  • Loading branch information
mmitche authored Jan 30, 2024
1 parent 564392a commit bc85854
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions eng/pipelines/templates/BuildAndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,6 @@ steps:
$(_InternalBuildArgs)
displayName: Build Workloads

- task: PublishBuildArtifacts@1
inputs:
pathToPublish: '$(Build.SourcesDirectory)/artifacts/packages'
artifactName: PackageArtifacts
artifactType: container
displayName: Publish Package Artifacts

- task: PublishBuildArtifacts@1
inputs:
pathToPublish: '$(Build.SourcesDirectory)/artifacts/VSSetup/$(_BuildConfig)'
Expand Down

0 comments on commit bc85854

Please sign in to comment.