diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3ff5b32..54e5eaf 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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'