diff --git a/.azure-pipelines/nightly.yml b/.azure-pipelines/nightly.yml index ecd4825f..d17ee7aa 100644 --- a/.azure-pipelines/nightly.yml +++ b/.azure-pipelines/nightly.yml @@ -73,7 +73,7 @@ extends: verbose: false customCommand: 'run build-plugin' - bash: | - npx json@latest -I -f package.json -e "this.aiKey=\"%AI_KEY%\"" + npx json@latest -I -f package.json -e "this.aiKey=\"$(AI_KEY)\"" displayName: Replace AI Key - bash: | npx json@latest -I -f package.json -e "this.version=this.version.substring(0, this.version.lastIndexOf('.'))+\".$(date -u +'%Y%m%d%H')\"" diff --git a/.azure-pipelines/rc.yml b/.azure-pipelines/rc.yml index 15dc2bac..7175af44 100644 --- a/.azure-pipelines/rc.yml +++ b/.azure-pipelines/rc.yml @@ -73,7 +73,7 @@ extends: verbose: false customCommand: 'run build-plugin' - bash: | - npx json@latest -I -f package.json -e "this.aiKey=\"%AI_KEY%\"" + npx json@latest -I -f package.json -e "this.aiKey=\"$(AI_KEY)\"" displayName: Replace AI Key - script: 'npx @vscode/vsce@latest package' displayName: 'package vsix' diff --git a/jdtls.ext/com.microsoft.java.maven.target/com.microsoft.java.maven.tp.target b/jdtls.ext/com.microsoft.java.maven.target/com.microsoft.java.maven.tp.target index 4128414c..8ecc7758 100644 --- a/jdtls.ext/com.microsoft.java.maven.target/com.microsoft.java.maven.tp.target +++ b/jdtls.ext/com.microsoft.java.maven.target/com.microsoft.java.maven.tp.target @@ -26,7 +26,7 @@ - +