From a826650dc5b370519f62865f452cb57f4638c3d5 Mon Sep 17 00:00:00 2001 From: Chaoyi Yuan Date: Wed, 15 Jan 2025 15:11:50 +0800 Subject: [PATCH] build: update service connection in release pipeline (#377) --- .azure-pipelines/1esmain.yml | 2 +- .azure-pipelines/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/1esmain.yml b/.azure-pipelines/1esmain.yml index 8005801..45045c6 100644 --- a/.azure-pipelines/1esmain.yml +++ b/.azure-pipelines/1esmain.yml @@ -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) \ No newline at end of file diff --git a/.azure-pipelines/release.yml b/.azure-pipelines/release.yml index c0d839e..4ae3366 100644 --- a/.azure-pipelines/release.yml +++ b/.azure-pipelines/release.yml @@ -18,7 +18,7 @@ resources: type: github name: microsoft/vscode-azuretools ref: main - endpoint: GitHub-AzureTools + endpoint: GitHub-chyuan variables: # Required by MicroBuild template