diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-05-09 21:08:49 +1000 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-05-09 21:11:56 +1000 |
| commit | 670075995cf1b78d0a66e1a7678fd2facc8958ff (patch) | |
| tree | df7f699b85e34bb8f487fdad64aaaa9cb8dbfe9f /src/WixToolset.Core.Native/WixToolset.Core.Native.nuspec | |
| parent | df6e15e2b026f8a419fb275c0b50c9d3b3298859 (diff) | |
| download | wix-670075995cf1b78d0a66e1a7678fd2facc8958ff.tar.gz wix-670075995cf1b78d0a66e1a7678fd2facc8958ff.tar.bz2 wix-670075995cf1b78d0a66e1a7678fd2facc8958ff.zip | |
Use NATIVE_DLL_SEARCH_DIRECTORIES to support cross-platform wixnative.exe
Diffstat (limited to 'src/WixToolset.Core.Native/WixToolset.Core.Native.nuspec')
| -rw-r--r-- | src/WixToolset.Core.Native/WixToolset.Core.Native.nuspec | 4 |
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> |
