Commit caded6e
committed
Make NuGet package copy native binaries on windows only
The props file added to the NuGet package in #821 makes sure the Windows
native binaries are copied to the correct location. However, as pointed out
in #835, this now happens even when the package is installed on a non-Windows
platform.
This can be prevented by adding a condition to the imported ItemGroup that
makes it be ignored when running on a non-Windows platform.
Closes #8351 parent 605b623 commit caded6e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments