aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.Native/WixToolset.Core.Native.nuspec
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core.Native/WixToolset.Core.Native.nuspec')
-rw-r--r--src/WixToolset.Core.Native/WixToolset.Core.Native.nuspec4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/WixToolset.Core.Native/WixToolset.Core.Native.nuspec b/src/WixToolset.Core.Native/WixToolset.Core.Native.nuspec
index 195ea7b6..1ff5538b 100644
--- a/src/WixToolset.Core.Native/WixToolset.Core.Native.nuspec
+++ b/src/WixToolset.Core.Native/WixToolset.Core.Native.nuspec
@@ -25,12 +25,10 @@
25 <file src="$id$.dll" target="lib\netstandard2.0" /> 25 <file src="$id$.dll" target="lib\netstandard2.0" />
26 26
27 <!-- 27 <!--
28 These native executables are included in this .nupkg to place the .exe correctly for tests to work.
29 That are ignored when published. The dependency above is used when publishing the tools.
30 -->
31 <file src="..\Win32\wixnative.x86.exe" target="lib\netstandard2.0" /> 28 <file src="..\Win32\wixnative.x86.exe" target="lib\netstandard2.0" />
32 <file src="..\Win32\wixnative.x86.pdb" target="lib\netstandard2.0" /> 29 <file src="..\Win32\wixnative.x86.pdb" target="lib\netstandard2.0" />
33 <file src="..\x64\wixnative.amd64.exe" target="lib\netstandard2.0" /> 30 <file src="..\x64\wixnative.amd64.exe" target="lib\netstandard2.0" />
34 <file src="..\x64\wixnative.amd64.pdb" target="lib\netstandard2.0" /> 31 <file src="..\x64\wixnative.amd64.pdb" target="lib\netstandard2.0" />
32 -->
35 </files> 33 </files>
36</package> 34</package>