commit | 21a92f8cda525d25a165b773fbe1bfffd303a000 | [log] [tgz] |
---|---|---|
author | Steve Dower <steve.dower@python.org> | Fri Jun 14 08:29:20 2019 -0700 |
committer | GitHub <noreply@github.com> | Fri Jun 14 08:29:20 2019 -0700 |
tree | 84d08fcb306ee46d6f5147d734745af0c3f64b7b | |
parent | f0749da9a535375f05a2015e8960e8ae54877349 [diff] [blame] |
Implement Windows release builds in Azure Pipelines (GH-14065)
diff --git a/Tools/msi/sign_build.ps1 b/Tools/msi/sign_build.ps1 index 6668eb3..d3f7504 100644 --- a/Tools/msi/sign_build.ps1 +++ b/Tools/msi/sign_build.ps1
@@ -16,7 +16,7 @@ #> param( [Parameter(Mandatory=$true)][string]$root, - [string[]]$patterns=@("*.exe", "*.dll", "*.pyd"), + [string[]]$patterns=@("*.exe", "*.dll", "*.pyd", "*.cat"), [string]$description, [string]$certname, [string]$certsha1,