We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d6ae10 commit b29da93Copy full SHA for b29da93
.azure-pipelines/signjars-rc.yml
@@ -147,8 +147,8 @@ extends:
147
script: |
148
files=$(find . -type f -name "*.jar")
149
for file in $files; do
150
- fileName=$(basename "$file")
151
- dotnet "$MBSIGN_APPFOLDER/DDSignFiles.dll" -- /file:"$fileName" /certs:100010171
+ # fileName=$(basename "$file")
+ dotnet "$MBSIGN_APPFOLDER/DDSignFiles.dll" -- /file:"$file" /certs:100010171
152
done
153
workingDirectory: 'm2'
154
- task: CopyFiles@2
0 commit comments