Skip to content

Commit

Permalink
Update path
Browse files Browse the repository at this point in the history
  • Loading branch information
jdneo committed Dec 5, 2024
1 parent fa80a2f commit bb1f8c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/vscode-gradle-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/vscode-gradle-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb1f8c9

Please sign in to comment.