Skip to content

Commit

Permalink
Update rush (#9220)
Browse files Browse the repository at this point in the history
* Remove workaround for rush reinstall
  • Loading branch information
mikeharder authored Jun 2, 2020
1 parent f0005fd commit abf944b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 2 additions & 2 deletions common/scripts/install-run.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions eng/pipelines/templates/steps/use-node-test-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,3 @@ steps:
# Install matching version of package
npm install --no-package-lock keytar@$KeytarVersion
displayName: Reinstall native dependencies
# After changing Node versions, Rush will attempt to reinstall itself, but will be blocked on
# Windows due to issue microsoft/rushstack#1878. A workaround is to manually delete the Rush
# install folder.
- pwsh: Remove-Item -Recurse -Force common/temp/install-run
displayName: Delete Rush install folder
2 changes: 1 addition & 1 deletion rush.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* path segment in the "$schema" field for all your Rush config files. This will ensure
* correct error-underlining and tab-completion for editors such as VS Code.
*/
"rushVersion": "5.23.3",
"rushVersion": "5.24.0",
/**
* The next field selects which package manager should be installed and determines its version.
* Rush installs its own local copy of the package manager to ensure that your build process
Expand Down

0 comments on commit abf944b

Please sign in to comment.