File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,19 +32,17 @@ extends:
3232
3333 - template : /eng/common/pipelines/templates/steps/create-authenticated-npmrc.yml
3434
35- - script : npm install -g pnpm # Pnpm manage-package-manager-versions will respect packageManager field
36- displayName : Install pnpm
37-
38- - script : corepack disable
39- displayName : Disable Corepack
40-
41- - script : pnpm install
35+ - script : |
36+ corepack disable
37+ npx pnpm install
4238 displayName: Install JavaScript Dependencies
4339
4440 - script : node $(Build.SourcesDirectory)/eng/common/scripts/resolve-target-branch.js
4541 displayName : Resolve target branch
4642
47- - script : pnpm tsx ./eng/common/scripts/dispatch-area-triggers.ts --target-branch $(TARGET_BRANCH)
43+ - script : |
44+ corepack disable
45+ npx pnpm tsx ./eng/common/scripts/dispatch-area-triggers.ts --target-branch $(TARGET_BRANCH)
4846 displayName: "Analyze PR changes"
4947 name: InitStep
5048
You can’t perform that action at this time.
0 commit comments