@joebigelow / wix / commits / 3bbca19f

Remove Win32 pdb path.

Sean Hall committed Jul 10, 2020 at 22:08 UTC 3bbca19f75e748242f0966dce7461c0508c208ba
1 file changed -1
src/wixext/WixToolset.Util.wixext.nuspec
-1
@@ -22,7 +22,6 @@
22
23 <file src="ARM\*.pdb" target="pdbs\ARM" />
24 <file src="ARM64\*.pdb" target="pdbs\ARM64" />
25 - <file src="Win32\*.pdb" target="pdbs\Win32" />
25 <file src="x86\*.pdb" target="pdbs\x86" />
26 <file src="x64\*.pdb" target="pdbs\x64" />
27 </files>