Skip to content

Commit

Permalink
Fix env var name - whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
turbobobbytraykov committed Jan 6, 2025
1 parent 9e08c11 commit fbf725d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions azure-devops/templates/cd-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,13 @@ steps:
- task: CmdLine@2
inputs:
script: |
echo "NPM_CONFIG_REGISTRY is set to: $NPM_CONFIG_REGISTRY"
echo "NPM_CONFIG_USERCONFIG is set to: $NPM_CONFIG_USERCONFIG"
cat $NPM_CONFIG_USERCONFIG
npx ng g @igniteui/angular-schematics:upgrade-packages --skip-install
failOnStderr: true
env:
NPM_CONFIG_REGISTRY: $(Build.SourcesDirectory)/.npmrc
NPM_CONFIG_USERCONFIG: $(Build.SourcesDirectory)/.npmrc

- task: Npm@1
displayName: npm install
Expand Down

0 comments on commit fbf725d

Please sign in to comment.