From bb1f8c92195d10ee5b11f363f35934c86e71d75b Mon Sep 17 00:00:00 2001 From: Sheng Chen Date: Thu, 5 Dec 2024 08:49:51 +0800 Subject: [PATCH] Update path --- .azure-pipelines/vscode-gradle-nightly.yml | 2 +- .azure-pipelines/vscode-gradle-rc.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/vscode-gradle-nightly.yml b/.azure-pipelines/vscode-gradle-nightly.yml index 091982d6a..f70aee455 100644 --- a/.azure-pipelines/vscode-gradle-nightly.yml +++ b/.azure-pipelines/vscode-gradle-nightly.yml @@ -114,7 +114,7 @@ extends: - task: CmdLine@2 displayName: Sign jars inputs: - script: dotnet "$MBSIGN_APPFOLDER/DDSignFiles.dll" -- /file:extension/lib/gradle-server.jar /certs:100010171 + script: dotnet "$MBSIGN_APPFOLDER/DDSignFiles.dll" -- /file:gradle-server.jar /certs:100010171 workingDirectory: 'extension/lib' - bash: npx json@latest -I -f package.json -e "this.aiKey=\"$(AI_KEY)\"" workingDirectory: $(Build.SourcesDirectory)/extension diff --git a/.azure-pipelines/vscode-gradle-rc.yml b/.azure-pipelines/vscode-gradle-rc.yml index 17042e1a9..7acd25529 100644 --- a/.azure-pipelines/vscode-gradle-rc.yml +++ b/.azure-pipelines/vscode-gradle-rc.yml @@ -114,7 +114,7 @@ extends: - task: CmdLine@2 displayName: Sign jars inputs: - script: dotnet "$MBSIGN_APPFOLDER/DDSignFiles.dll" -- /file:extension/lib/gradle-server.jar /certs:100010171 + script: dotnet "$MBSIGN_APPFOLDER/DDSignFiles.dll" -- /file:gradle-server.jar /certs:100010171 workingDirectory: 'extension/lib' - bash: npx json@latest -I -f package.json -e "this.aiKey=\"$(AI_KEY)\"" workingDirectory: $(Build.SourcesDirectory)/extension