diff options
| author | Billy O'Neal <bion@microsoft.com> | 2021-01-13 14:05:38 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-13 14:05:38 -0800 |
| commit | 4da47f758fb5e02fc017047e014d15174b85a848 (patch) | |
| tree | 8aeb3f8203a4ca64f18a3187421f1f81402f752f /scripts/azure-pipelines/windows | |
| parent | c239e8251051eb86a8439b916dcc7fc81554ec53 (diff) | |
| download | vcpkg-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.signproj | 3 |
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">
|
