diff --git a/.azure-pipelines/nightly.yml b/.azure-pipelines/nightly.yml index c8aa097..e104d8f 100644 --- a/.azure-pipelines/nightly.yml +++ b/.azure-pipelines/nightly.yml @@ -81,7 +81,7 @@ extends: - task: CmdLine@2 displayName: Replace AI key inputs: - script: npx json@9.0.6 -I -f package.json -e "this.aiKey=\"$AI_KEY\"" + script: npx json@9.0.6 -I -f package.json -e "this.aiKey=\"%AI_KEY%\"" - task: CmdLine@2 displayName: vsce package --pre-release inputs: diff --git a/.azure-pipelines/rc.yml b/.azure-pipelines/rc.yml index 14b3078..652ce20 100644 --- a/.azure-pipelines/rc.yml +++ b/.azure-pipelines/rc.yml @@ -72,7 +72,7 @@ extends: - task: CmdLine@2 displayName: Replace AI key inputs: - script: npx json@9.0.6 -I -f package.json -e "this.aiKey=\"$AI_KEY\"" + script: npx json@9.0.6 -I -f package.json -e "this.aiKey=\"%AI_KEY%\"" - task: CmdLine@2 displayName: vsce package inputs: