Skip to content

Commit

Permalink
build: fix case issue in app insights key replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
blackchoey committed Jan 15, 2025
1 parent d690d8b commit b883a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/1esmain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ extends:
additionalSetupSteps:
- pwsh: |
echo Updating aikey in package.json
(Get-Content package.json) -replace '"aikey": ".*"', '"aikey": "$(PRODUCTION_AI_KEY)"' | Set-Content package.json
(Get-Content package.json) -replace '"aiKey": ".*"', '"aiKey": "$(PRODUCTION_AI_KEY)"' | Set-Content package.json
displayName: Update aikey in package.json
env:
PRODUCTION_AI_KEY: $(PRODUCTION_AI_KEY)

0 comments on commit b883a19

Please sign in to comment.