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