File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ extends:
114
114
- task : CmdLine@2
115
115
displayName : Sign jars
116
116
inputs :
117
- script : dotnet "$MBSIGN_APPFOLDER/DDSignFiles.dll" -- /file:extension/lib/ gradle-server.jar /certs:100010171
117
+ script : dotnet "$MBSIGN_APPFOLDER/DDSignFiles.dll" -- /file:gradle-server.jar /certs:100010171
118
118
workingDirectory : ' extension/lib'
119
119
- bash : npx json@latest -I -f package.json -e "this.aiKey=\"$(AI_KEY)\""
120
120
workingDirectory : $(Build.SourcesDirectory)/extension
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ extends:
114
114
- task : CmdLine@2
115
115
displayName : Sign jars
116
116
inputs :
117
- script : dotnet "$MBSIGN_APPFOLDER/DDSignFiles.dll" -- /file:extension/lib/ gradle-server.jar /certs:100010171
117
+ script : dotnet "$MBSIGN_APPFOLDER/DDSignFiles.dll" -- /file:gradle-server.jar /certs:100010171
118
118
workingDirectory : ' extension/lib'
119
119
- bash : npx json@latest -I -f package.json -e "this.aiKey=\"$(AI_KEY)\""
120
120
workingDirectory : $(Build.SourcesDirectory)/extension
You can’t perform that action at this time.
0 commit comments