We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b70f156 commit 9f63a3eCopy full SHA for 9f63a3e
Build/package/jobs_package_vsix.yml
@@ -34,6 +34,11 @@ jobs:
34
- task: geeklearningio.gl-vsts-tasks-yarn.yarn-installer-task.YarnInstaller@3
35
displayName: Use Yarn 1.x
36
37
+ - script: |
38
+ echo registry=https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/ > $(Build.SourcesDirectory)\${{ parameters.srcDir }}\.npmrc
39
+ echo always-auth=true >> $(Build.SourcesDirectory)\${{ parameters.srcDir }}\.npmrc
40
+ displayName: Use CFS feed to acquire npm packages
41
+
42
- task: CmdLine@1
43
displayName: Create Staging Directory
44
inputs:
Extension/.npmrc
@@ -0,0 +1,2 @@
1
+registry=https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/
2
+always-auth=true
0 commit comments