标签: azure azure-devops devops
Azure DevOps不会为使用GULP的YML构建注入身份验证。这是我能想到的最好的注入身份验证的方法...
- task: Npm@1 inputs: command: 'install' workingDir: '$(System.DefaultWorkingDirectory)' customRegistry: 'useNpmrc' customEndpoint: 'npm-public-registry' verbose: true