Deploy .targets file to buildTransitive folder since the assets are needed in the final project.
Deploy .targets file to buildTransitive folder since the assets are needed in the final project.
Sean Hall committed
Mar 18, 2021 at 09:17 UTC
50829b410e96d8cb62f557342e33f1815df7d82b
2 files changed
+5
-1
src/WixToolset.Core.Native/WixToolset.Core.Native.csproj
+2
@@ -9,6 +9,8 @@
9
<Description>WiX Toolset Native Processing</Description>
10
<IncludeSymbols>true</IncludeSymbols>
11
<CreateDocumentationFile>true</CreateDocumentationFile>
12
+ <!-- https://github.com/NuGet/Home/issues/10665 -->
13
+ <NoWarn>NU5128</NoWarn>
14
</PropertyGroup>
15
16
<ItemGroup>
src/WixToolset.Core.Native/WixToolset.Core.Native.nuspec
+3
-1
@@ -22,10 +22,12 @@
22
<file src="netstandard2.0\$id$.dll" target="lib\netstandard2.0" />
23
<file src="netstandard2.0\$id$.xml" target="lib\netstandard2.0" />
24
25
- <file src="netstandard2.0\targets\WixToolset.Core.Native.targets" target="build\WixToolset.Core.Native.targets" />
25
<file src="netstandard2.0\cubes\darice.cub" target="lib\netstandard2.0\cubes" />
26
<file src="netstandard2.0\cubes\mergemod.cub" target="lib\netstandard2.0\cubes" />
27
28
+ <file src="netstandard2.0\targets\$id$.targets" target="build" />
29
+ <file src="netstandard2.0\targets\$id$.targets" target="buildTransitive" />
30
+
31
<file src="ARM64\mergemod.dll" target="runtimes\win-arm64\native" />
32
<file src="ARM64\wixnative.exe" target="runtimes\win-arm64\native" />
33
<file src="ARM64\wixnative.pdb" target="runtimes\win-arm64\native" />