We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea60a7b + ece2a87 commit 390cf87Copy full SHA for 390cf87
1 file changed
azure-pipelines/build-pipeline.yml
@@ -78,12 +78,12 @@ stages:
78
79
ConvertTo-Json -InputObject $packageJson | Set-Content -Path .\package.json
80
- task: Npm@1
81
- displayName: 'npm ci'
+ displayName: 'npm install'
82
inputs:
83
command: custom
84
workingDir: '$(Build.SourcesDirectory)\browser'
85
verbose: ${{ parameters.isVerbose }}
86
- customCommand: 'ci'
+ customCommand: 'install'
87
customEndpoint: 'public proget'
88
89
- task: PowerShell@2
0 commit comments