Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .azure-pipelines/signjars-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ extends:
dotnet "$MBSIGN_APPFOLDER/DDSignFiles.dll" -- /file:"$fileName" /certs:100010171
done
workingDirectory: 'jars'
env:
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
- task: CmdLine@2
displayName: install signed core.jar
inputs:
Expand All @@ -125,6 +127,8 @@ extends:
dotnet "$MBSIGN_APPFOLDER/DDSignFiles.dll" -- /file:"$fileName" /certs:100010171
done
workingDirectory: 'jars'
env:
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
- task: CopyFiles@2
displayName: "Copy plugin.jar to: $(Build.ArtifactStagingDirectory)"
inputs:
Expand Down
6 changes: 6 additions & 0 deletions .azure-pipelines/signjars-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ extends:
dotnet "$MBSIGN_APPFOLDER/DDSignFiles.dll" -- /file:"$fileName" /certs:100010171
done
workingDirectory: 'jars'
env:
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
- task: CmdLine@2
displayName: install signed core.jar
inputs:
Expand All @@ -121,6 +123,8 @@ extends:
dotnet "$MBSIGN_APPFOLDER/DDSignFiles.dll" -- /file:"$fileName" /certs:100010171
done
workingDirectory: 'jars'
env:
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
- task: CmdLine@2
displayName: install signed plugin.jar
inputs:
Expand Down Expand Up @@ -155,6 +159,8 @@ extends:
dotnet "$MBSIGN_APPFOLDER/DDSignFiles.dll" -- /file:"$file" /certs:100010171
done
workingDirectory: 'm2'
env:
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
- task: CopyFiles@2
displayName: "Copy m2 to: $(Build.ArtifactStagingDirectory)"
inputs:
Expand Down
Loading