Skip to content

Commit

Permalink
Update cd-template.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
turbobobbytraykov committed Jan 6, 2025
1 parent c701931 commit 3a19631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-devops/templates/cd-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ steps:
displayName: 'Update packages trial->licensed using angular schematics'
inputs:
script: |
npx ng g @igniteui/angular-schematics:upgrade-packages --skip-install --userconfig=$(Build.SourcesDirectory)\.npmrc
npx --userconfig=$(Build.SourcesDirectory)\.npmrc ng g @igniteui/angular-schematics:upgrade-packages --skip-install
failOnStderr: true

- task: Npm@1
Expand Down

0 comments on commit 3a19631

Please sign in to comment.