Skip to content

Commit

Permalink
build: update service connection in release pipeline (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
blackchoey authored Jan 15, 2025
1 parent 854cd24 commit a826650
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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)
2 changes: 1 addition & 1 deletion .azure-pipelines/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ resources:
type: github
name: microsoft/vscode-azuretools
ref: main
endpoint: GitHub-AzureTools
endpoint: GitHub-chyuan

variables:
# Required by MicroBuild template
Expand Down

0 comments on commit a826650

Please sign in to comment.