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