Skip to content

Commit c6e22dc

Browse files
Fix feed url
1 parent 1df4643 commit c6e22dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines/build-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ stages:
5858
inputs:
5959
command: 'custom'
6060
workingDir: '$(Build.SourcesDirectory)'
61-
customCommand: 'config -L project set @infragistics:registry=packages.infragistics.com/npm/js-licensed'
62-
customEndpoint: 'public proget'
61+
customCommand: 'config -L project set @infragistics:registry=https://packages.infragistics.com/npm/js-licensed/'
62+
customEndpoint: 'internal licensed proget'
6363

6464
- task: PowerShell@2
6565
displayName: 'Uninstall all IG trial packages & re-install their licensed variations'

0 commit comments

Comments
 (0)