mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
06533df007
commit
bd5e98afb5
@ -71,9 +71,7 @@ steps:
|
||||
inputs:
|
||||
secureFileId: 'CertFile.p12'
|
||||
signCertPassword: '$(CertPassword)'
|
||||
files: |
|
||||
'$(System.DefaultWorkingDirectory)/PublishApp/*abbajack*.exe'
|
||||
|
||||
files: '$(System.DefaultWorkingDirectory)/PublishApp/*abbajack*.exe'
|
||||
hashingAlgorithm: 'SHA256'
|
||||
description: 'Wabbajack Modlist Installer'
|
||||
|
||||
@ -83,11 +81,9 @@ steps:
|
||||
inputs:
|
||||
secureFileId: 'CertFile.p12'
|
||||
signCertPassword: '$(CertPassword)'
|
||||
files: |
|
||||
'$(System.DefaultWorkingDirectory)/PublishLauncher/*abbajack*.exe'
|
||||
|
||||
files: '$(System.DefaultWorkingDirectory)/PublishLauncher/*abbajack*.exe'
|
||||
hashingAlgorithm: 'SHA256'
|
||||
description: 'Wabbajack Modlist Installer'
|
||||
description: 'Wabbajack Modlist Installer Launcher'
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user