Skip to content

Commit 3ea375e

Browse files
Add npm install for hotfix step (#19354)
* Add npm install for hotfix step * Changes for testing hotfix(will be reverted) * Changes for testing hotfix * Revert "Changes for testing hotfix(will be reverted)" This reverts commit b72473e.
1 parent 1da994f commit 3ea375e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ci/build-single-ado-pr-steps.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ steps:
1919
npm install
2020
displayName: npm install
2121

22+
- script: |
23+
cd azure-pipelines-tasks/ci/courtesy-push
24+
npm install
25+
displayName: npm install for courtesy push
26+
2227
- task: DownloadBuildArtifacts@0
2328
inputs:
2429
artifactName: IndividualNugetPackages

0 commit comments

Comments
 (0)