Skip to content

Commit

Permalink
Migration to CFS (#377)
Browse files Browse the repository at this point in the history
* Migration to CFS

* Add NpmAuthenticate@0 task before the installation task
  • Loading branch information
ivanduplenskikh authored Sep 9, 2024
1 parent 7ad2a7a commit 7654878
Show file tree
Hide file tree
Showing 13 changed files with 7,179 additions and 6,437 deletions.
3 changes: 3 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
registry=https://pkgs.dev.azure.com/mseng/PipelineTools/_packaging/PipelineTools_PublicPackages/npm/registry/

always-auth=true
3 changes: 3 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ extends:
inputs:
versionSpec: '20.x'
displayName: Install node 20.x
- task: NpmAuthenticate@0
inputs:
workingFile: .npmrc
- script: npm install
displayName: npm install
- script: npm run build
Expand Down
916 changes: 543 additions & 373 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions samples/basic/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
registry=https://pkgs.dev.azure.com/mseng/PipelineTools/_packaging/PipelineTools_PublicPackages/npm/registry/

always-auth=true
213 changes: 83 additions & 130 deletions samples/basic/package-lock.json

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

3 changes: 3 additions & 0 deletions samples/react/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
registry=https://pkgs.dev.azure.com/mseng/PipelineTools/_packaging/PipelineTools_PublicPackages/npm/registry/

always-auth=true
Loading

0 comments on commit 7654878

Please sign in to comment.