diff options
author | Rob Mensching <rob@firegiant.com> | 2022-02-17 13:02:04 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2022-02-17 14:52:59 -0800 |
commit | e103be995f566e42ea4cf91fda5dd0e940e5aabd (patch) | |
tree | 2225fe4703460c9ed6dc7b2ae569efda43ae7b91 /src/ext/Sql | |
parent | 18c8a4eedb907b56abdd92963fffde9f59e9dae2 (diff) | |
download | wix-e103be995f566e42ea4cf91fda5dd0e940e5aabd.tar.gz wix-e103be995f566e42ea4cf91fda5dd0e940e5aabd.tar.bz2 wix-e103be995f566e42ea4cf91fda5dd0e940e5aabd.zip |
Create single .zip file for non-embedded pdb files
No longer create .snupkg/.symbols.nupkgs since they don't actually
support native pdbs, which are all of our non-embedded pdb files.
Diffstat (limited to 'src/ext/Sql')
-rw-r--r-- | src/ext/Sql/wixext/WixToolset.Sql.wixext.nuspec | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ext/Sql/wixext/WixToolset.Sql.wixext.nuspec b/src/ext/Sql/wixext/WixToolset.Sql.wixext.nuspec index da07f591..7143d993 100644 --- a/src/ext/Sql/wixext/WixToolset.Sql.wixext.nuspec +++ b/src/ext/Sql/wixext/WixToolset.Sql.wixext.nuspec | |||
@@ -17,9 +17,5 @@ | |||
17 | <file src="$projectFolder$\$id$.targets" target="build" /> | 17 | <file src="$projectFolder$\$id$.targets" target="build" /> |
18 | 18 | ||
19 | <file src="$id$.dll" target="tools" /> | 19 | <file src="$id$.dll" target="tools" /> |
20 | |||
21 | <file src="..\ARM64\*.pdb" target="pdbs\ARM64" /> | ||
22 | <file src="..\x86\*.pdb" target="pdbs\x86" /> | ||
23 | <file src="..\x64\*.pdb" target="pdbs\x64" /> | ||
24 | </files> | 20 | </files> |
25 | </package> | 21 | </package> |