Skip to content

Commit

Permalink
Fix publish artifacts downloading latest rush which is having an issu…
Browse files Browse the repository at this point in the history
…e now (#2469)

Upstream bug microsoft/rushstack#4347
  • Loading branch information
timotheeguerin authored Sep 22, 2023
1 parent e26e782 commit 53531e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/jobs/publish-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
displayName: Regen manifest for compiler
workingDirectory: ./packages/compiler

- script: npx @microsoft/rush publish --publish --pack --include-all
- script: node common/scripts/install-run-rush.js publish --publish --pack --include-all
displayName: Pack packages

- publish: $(Build.SourcesDirectory)/common/temp/artifacts/packages
Expand Down

0 comments on commit 53531e0

Please sign in to comment.