aboutsummaryrefslogtreecommitdiff
path: root/scripts/azure-pipelines/windows
diff options
context:
space:
mode:
authorBilly O'Neal <bion@microsoft.com>2021-01-13 14:05:38 -0800
committerGitHub <noreply@github.com>2021-01-13 14:05:38 -0800
commit4da47f758fb5e02fc017047e014d15174b85a848 (patch)
tree8aeb3f8203a4ca64f18a3187421f1f81402f752f /scripts/azure-pipelines/windows
parentc239e8251051eb86a8439b916dcc7fc81554ec53 (diff)
downloadvcpkg-4da47f758fb5e02fc017047e014d15174b85a848.tar.gz
vcpkg-4da47f758fb5e02fc017047e014d15174b85a848.zip
[vcpkg] Add sources for TLS 1.2 downloader tool. (#15516)
Diffstat (limited to 'scripts/azure-pipelines/windows')
-rw-r--r--scripts/azure-pipelines/windows/signing.signproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/azure-pipelines/windows/signing.signproj b/scripts/azure-pipelines/windows/signing.signproj
index 2ded02c83..9382e0a0e 100644
--- a/scripts/azure-pipelines/windows/signing.signproj
+++ b/scripts/azure-pipelines/windows/signing.signproj
@@ -14,6 +14,9 @@
<FilesToSign Include="$(IntermediateOutputPath)\vcpkg.exe">
<Authenticode>Microsoft400</Authenticode>
</FilesToSign>
+ <FilesToSign Include="$(IntermediateOutputPath)\tls12-download.exe">
+ <Authenticode>Microsoft400</Authenticode>
+ </FilesToSign>
</ItemGroup>
<ImportGroup Label="ExtensionTargets">