Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Mitchell <mmitche@microsoft.com>2020-09-10 00:56:00 +0300
committerMatt Mitchell <mmitche@microsoft.com>2020-09-10 00:56:00 +0300
commit151fae3452cc5557ef86d9d960e58d8e52f5f9c2 (patch)
treeebdac749a82b5813ff086393b2e61246e8c9a592 /eng/Signing.props
parent88bff5417ba472b0fc00ac0b72da0f9f9979bdfc (diff)
Remove target for signing info
Diffstat (limited to 'eng/Signing.props')
-rw-r--r--eng/Signing.props5
1 files changed, 0 insertions, 5 deletions
diff --git a/eng/Signing.props b/eng/Signing.props
index 03581275ac8..e5c921736eb 100644
--- a/eng/Signing.props
+++ b/eng/Signing.props
@@ -13,9 +13,6 @@
<Import Project="$(RepositoryEngineeringDir)Configurations.props" Condition="'$(PostBuildSign)' != 'true'" />
<Import Project="$(RepositoryEngineeringDir)liveBuilds.targets" Condition="'$(PostBuildSign)' != 'true'" />
- <!-- We need this to be inside a target to workaround: https://github.com/microsoft/msbuild/issues/5445 -->
- <Target Name="PrepareItemsToSign" BeforeTargets="Sign">
-
<ItemGroup>
<!--
Replace the default items to sign with the specific set we want. This allows the build to call
@@ -125,8 +122,6 @@
<ItemsToSign Update="@(ItemsToSign)" Authenticode="$(CertificateId)" />
</ItemGroup>
- </Target>
-
<ItemGroup>
<FileExtensionSignInfo Include=".msi" CertificateName="Microsoft400" />
<FileExtensionSignInfo Include=".pkg" CertificateName="8003" />