Skip to content

Commit

Permalink
fix(ci): try to fix licensing
Browse files Browse the repository at this point in the history
  • Loading branch information
ChronosSF committed Dec 18, 2024
1 parent a607fcc commit 1bb8780
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions azure-devops/azure-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
versionSpec: 20.x

- task: PowerShell@2
displayName: 'Replace text in files using PowerShell'
displayName: 'Replace with licensed angular-extras'
inputs:
targetType: 'inline'
script: |
Expand All @@ -44,11 +44,20 @@ jobs:
}
- task: Npm@1
displayName: npm ci
displayName: 'Register licensed npm registry in .npmrc'
inputs:
command: ci
command: 'custom'
workingDir: '$(Build.SourcesDirectory)'
customCommand: 'config -L project set @infragistics:registry=https://packages.infragistics.com/npm/js-licensed/'
customEndpoint: 'public proget'

- task: Npm@1
displayName: npm install
inputs:
command: install
workingDir: $(Build.SourcesDirectory)
verbose: false
customEndpoint: 'public proget'

- task: CmdLine@2
displayName: Clone submodule
Expand Down

0 comments on commit 1bb8780

Please sign in to comment.