Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit ec30167

Browse files
authored
Pin rush version on build to avoid issue on latest
1 parent 69ea5d0 commit ec30167

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/bf-cli-build-test-steps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ steps:
3939
inputs:
4040
command: custom
4141
verbose: false
42-
customCommand: 'install --global @microsoft/rush'
42+
customCommand: 'install --global @microsoft/rush@5.33.0'
4343

4444
- script: 'rush update'
4545
displayName: 'rush update'
@@ -70,4 +70,4 @@ steps:
7070
- powershell: 'Get-ChildItem .. -ErrorAction Continue -Recurse -Force | Where {$_.FullName -notlike "*node_modules*"}'
7171
displayName: 'Dir workspace except node_modules'
7272
continueOnError: true
73-
condition: succeededOrFailed()
73+
condition: succeededOrFailed()

0 commit comments

Comments
 (0)