Skip to content

Commit c7e3ba7

Browse files
Merge pull request #430 from NikolaMilosavljevic/sign.wixpack
Update wixpack path
2 parents 78fe122 + 69527fd commit c7e3ba7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eng/Signing.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<ItemGroup Condition="'$(RID)' == 'win-x86'">
88
<FileExtensionSignInfo Include=".wixpdb" CertificateName="MicrosoftDotNet500" />
9-
<ItemsToSign Include="$(ArtifactsShippingPackagesDir)**\*.wixpack.zip;
9+
<ItemsToSign Include="$(ArtifactsNonShippingPackagesDir)**\*.wixpack.zip;
1010
$(ArtifactsDir)packages\**\dotnet-core-uninstall*.msi" />
1111
</ItemGroup>
1212

0 commit comments

Comments
 (0)