aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.Native/WixToolset.Core.Native.nuspec
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2018-12-24 07:32:57 -0800
committerRob Mensching <rob@firegiant.com>2018-12-24 07:32:57 -0800
commit22672837ce4248778cbe3ad0b0056c3998a33a84 (patch)
treefec6788ce99274ce01982845ca62e795b62a0c5c /src/WixToolset.Core.Native/WixToolset.Core.Native.nuspec
parentf8b6183ed434ee9cb07d8adfa5ac660b1ae1cce3 (diff)
downloadwix-22672837ce4248778cbe3ad0b0056c3998a33a84.tar.gz
wix-22672837ce4248778cbe3ad0b0056c3998a33a84.tar.bz2
wix-22672837ce4248778cbe3ad0b0056c3998a33a84.zip
Move wixnative.*.exe in Core.Native.nupkg into arch folder
Moving the native executable to a subdirectory in the Core.Native to avoid NuGet warning about non-managed code files in "lib" folder. Also, better support NCrunch by ignoring wixnative.exe
Diffstat (limited to 'src/WixToolset.Core.Native/WixToolset.Core.Native.nuspec')
-rw-r--r--src/WixToolset.Core.Native/WixToolset.Core.Native.nuspec8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/WixToolset.Core.Native/WixToolset.Core.Native.nuspec b/src/WixToolset.Core.Native/WixToolset.Core.Native.nuspec
index 195ea7b6..a99c5ec3 100644
--- a/src/WixToolset.Core.Native/WixToolset.Core.Native.nuspec
+++ b/src/WixToolset.Core.Native/WixToolset.Core.Native.nuspec
@@ -28,9 +28,9 @@
28 These native executables are included in this .nupkg to place the .exe correctly for tests to work. 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. 29 That are ignored when published. The dependency above is used when publishing the tools.
30 --> 30 -->
31 <file src="..\Win32\wixnative.x86.exe" target="lib\netstandard2.0" /> 31 <file src="..\Win32\wixnative.x86.exe" target="lib\netstandard2.0\x86" />
32 <file src="..\Win32\wixnative.x86.pdb" target="lib\netstandard2.0" /> 32 <file src="..\Win32\wixnative.x86.pdb" target="lib\netstandard2.0\x86" />
33 <file src="..\x64\wixnative.amd64.exe" target="lib\netstandard2.0" /> 33 <file src="..\x64\wixnative.amd64.exe" target="lib\netstandard2.0\amd64" />
34 <file src="..\x64\wixnative.amd64.pdb" target="lib\netstandard2.0" /> 34 <file src="..\x64\wixnative.amd64.pdb" target="lib\netstandard2.0\amd64" />
35 </files> 35 </files>
36</package> 36</package>