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 9f63a3e commit bb5b76cCopy full SHA for bb5b76c
Build/package/jobs_package_vsix.yml
@@ -34,11 +34,6 @@ 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:
0 commit comments