Skip to content

Commit

Permalink
Match dll or exe
Browse files Browse the repository at this point in the history
  • Loading branch information
mscrivo committed Oct 29, 2023
1 parent 11cf3bf commit 1eee64f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ steps:
inputs:
secureFileId: 'ootd.pfx'
signCertPassword: $(pfx_password)
files: 'OotD.Launcher\bin\Release\net8.0-windows7.0\OotD*'
files: 'OotD.Launcher\bin\Release\net8.0-windows7.0\OotD.*(dll|exe)'
timeServer: 'http://timestamp.digicert.com'
hashingAlgorithm: 'SHA256'
signToolLocationMethod: 'latest'
Expand Down

0 comments on commit 1eee64f

Please sign in to comment.