diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2022-02-18 17:22:56 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2022-02-18 17:05:47 -0700 |
commit | f322cf875bf9a02c9ab7518b2c48ec11d91f5531 (patch) | |
tree | 3636178d5a8b527ff5c9003e211a332ffdc5c9b2 /src/burn | |
parent | f351cd9fd00f23b30ce9a5e452ea2d5b9b828e17 (diff) | |
download | wix-f322cf875bf9a02c9ab7518b2c48ec11d91f5531.tar.gz wix-f322cf875bf9a02c9ab7518b2c48ec11d91f5531.tar.bz2 wix-f322cf875bf9a02c9ab7518b2c48ec11d91f5531.zip |
Finish removing native pdbs from .nupkg and removing symbols packages.
Diffstat (limited to 'src/burn')
-rw-r--r-- | src/burn/stub/stub.nuspec | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/burn/stub/stub.nuspec b/src/burn/stub/stub.nuspec index 01f12515..a02cfe94 100644 --- a/src/burn/stub/stub.nuspec +++ b/src/burn/stub/stub.nuspec | |||
@@ -16,10 +16,7 @@ | |||
16 | <files> | 16 | <files> |
17 | <file src="$projectFolder$\$id$.props" target="buildTransitive" /> | 17 | <file src="$projectFolder$\$id$.props" target="buildTransitive" /> |
18 | <file src="..\x86\burn.exe" target="tools\x86" /> | 18 | <file src="..\x86\burn.exe" target="tools\x86" /> |
19 | <file src="..\x86\burn.pdb" target="tools\x86" /> | ||
20 | <file src="..\x64\burn.exe" target="tools\x64" /> | 19 | <file src="..\x64\burn.exe" target="tools\x64" /> |
21 | <file src="..\x64\burn.pdb" target="tools\x64" /> | ||
22 | <file src="..\arm64\burn.exe" target="tools\arm64" /> | 20 | <file src="..\arm64\burn.exe" target="tools\arm64" /> |
23 | <file src="..\arm64\burn.pdb" target="tools\arm64" /> | ||
24 | </files> | 21 | </files> |
25 | </package> | 22 | </package> |