Skip to content

Commit b29da93

Browse files
fix m2 sign path
1 parent 1d6ae10 commit b29da93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure-pipelines/signjars-rc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ extends:
147147
script: |
148148
files=$(find . -type f -name "*.jar")
149149
for file in $files; do
150-
fileName=$(basename "$file")
151-
dotnet "$MBSIGN_APPFOLDER/DDSignFiles.dll" -- /file:"$fileName" /certs:100010171
150+
# fileName=$(basename "$file")
151+
dotnet "$MBSIGN_APPFOLDER/DDSignFiles.dll" -- /file:"$file" /certs:100010171
152152
done
153153
workingDirectory: 'm2'
154154
- task: CopyFiles@2

0 commit comments

Comments
 (0)