We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 78fe122 + 69527fd commit c7e3ba7Copy full SHA for c7e3ba7
1 file changed
eng/Signing.props
@@ -6,7 +6,7 @@
6
7
<ItemGroup Condition="'$(RID)' == 'win-x86'">
8
<FileExtensionSignInfo Include=".wixpdb" CertificateName="MicrosoftDotNet500" />
9
- <ItemsToSign Include="$(ArtifactsShippingPackagesDir)**\*.wixpack.zip;
+ <ItemsToSign Include="$(ArtifactsNonShippingPackagesDir)**\*.wixpack.zip;
10
$(ArtifactsDir)packages\**\dotnet-core-uninstall*.msi" />
11
</ItemGroup>
12
0 commit comments