Skip to content

Commit d6e4a2d

Browse files
fix: NodeJS pkging stage needs to use CFS (#29006)
### Description ADO pipeline `Nodejs_Packaging` stage now uses CFS. ### Motivation and Context It gets network isolated otherwise, and fails.
1 parent be41f5c commit d6e4a2d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tools/ci_build/github/azure-pipelines/stages/nodejs-npm-packaging-stage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ stages:
5454
- checkout: self
5555
submodules: true
5656

57+
- template: ../templates/setup-feeds-and-python-steps.yml
58+
5759
- script: |
5860
echo.>>.gitattributes
5961
echo /js/** text=auto eol=lf>>.gitattributes

0 commit comments

Comments
 (0)