diff options
Diffstat (limited to 'src/ext/ComPlus/wixext/WixToolset.ComPlus.wixext.nuspec')
-rw-r--r-- | src/ext/ComPlus/wixext/WixToolset.ComPlus.wixext.nuspec | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ext/ComPlus/wixext/WixToolset.ComPlus.wixext.nuspec b/src/ext/ComPlus/wixext/WixToolset.ComPlus.wixext.nuspec index 3197250b..20712f58 100644 --- a/src/ext/ComPlus/wixext/WixToolset.ComPlus.wixext.nuspec +++ b/src/ext/ComPlus/wixext/WixToolset.ComPlus.wixext.nuspec | |||
@@ -14,11 +14,11 @@ | |||
14 | </metadata> | 14 | </metadata> |
15 | 15 | ||
16 | <files> | 16 | <files> |
17 | <file src="$projectFolder$$id$.targets" target="build" /> | 17 | <file src="$projectFolder$\$id$.targets" target="build" /> |
18 | 18 | ||
19 | <file src="netstandard2.0\$id$.dll" target="tools" /> | 19 | <file src="$id$.dll" target="tools" /> |
20 | 20 | ||
21 | <file src="x86\*.pdb" target="pdbs\x86" /> | 21 | <file src="..\x86\*.pdb" target="pdbs\x86" /> |
22 | <file src="x64\*.pdb" target="pdbs\x64" /> | 22 | <file src="..\x64\*.pdb" target="pdbs\x64" /> |
23 | </files> | 23 | </files> |
24 | </package> | 24 | </package> |