We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2870ba2 commit 2349fbcCopy full SHA for 2349fbc
1 file changed
azure-pipelines.yml
@@ -16,8 +16,8 @@ steps:
16
17
- task: Npm@1
18
inputs:
19
- command: 'ci'
20
- arguments: '--legacy-peer-deps'
+ command: 'custom'
+ customCommand: 'install --legacy-peer-deps'
21
customEndpoint: 'public proget'
22
env:
23
AZURE_PIPELINES: "true"
0 commit comments