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 f3fa754 commit 882d179Copy full SHA for 882d179
azure-pipelines/build-pipeline.yml
@@ -35,7 +35,7 @@ stages:
35
displayName: 'Install Node'
36
inputs:
37
versionSource: 'spec'
38
- versionSpec: '16.x'
+ versionSpec: '18.x'
39
40
- task: Npm@1
41
displayName: 'Register licensed npm registry in .npmrc'
@@ -58,7 +58,7 @@ stages:
58
59
command: 'custom'
60
workingDir: '$(Build.SourcesDirectory)'
61
- customCommand: 'config -L project set @infragistics:registry=http://proget.infragistics.local:81/npm/IgniteUILicensed/'
+ customCommand: 'config -L project set @infragistics:registry=https://packages.infragistics.com/npm/js-licensed/'
62
customEndpoint: 'internal licensed proget'
63
64
- task: PowerShell@2
0 commit comments