Do not generate checksums for wixpdb files (#12195)
The corresponding wixpdbs aren't published
This commit is contained in:
parent
1a39c5ae6e
commit
626c09ea0d
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
<Target Name="InitializeChecksumItemGroup">
|
||||
<ItemGroup>
|
||||
<FilesToExcludeForChecksum Include="$(ArtifactsShippingPackagesDir)*.svg" />
|
||||
<FilesToExcludeForChecksum Include="$(ArtifactsShippingPackagesDir)*.wixpdb" />
|
||||
<FilesToExcludeForChecksum Include="$(ArtifactsShippingPackagesDir)*.nupkg" />
|
||||
<FilesToExcludeForChecksum Include="$(ArtifactsShippingPackagesDir)*.sha" />
|
||||
<FilesToExcludeForChecksum Include="$(ArtifactsShippingPackagesDir)*.cab" />
|
||||
|
|
Loading…
Add table
Reference in a new issue