aboutsummaryrefslogtreecommitdiff
path: root/scripts/azure-pipelines/windows
diff options
context:
space:
mode:
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">