We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de23fea commit 19f5204Copy full SHA for 19f5204
src/UnlockerPatch/UnlockerPatch.csproj
@@ -43,6 +43,9 @@
43
<!--<None Include="build\package.props" Pack="True" PackagePath="\build\$(PackageId).props" />-->
44
<!--<None Include="buildTransitive\package.targets" Pack="True" PackagePath="\buildTransitive\$(PackageId).targets" />-->
45
<!--<None Include="buildTransitive\package.props" Pack="True" PackagePath="\buildTransitive\$(PackageId).props" />-->
46
+ </ItemGroup>
47
+
48
+ <ItemGroup Condition="Exists('..\..\x64\Release\UnlockerStub.dll')">
49
<None Include="..\..\x64\Release\UnlockerStub.dll">
50
<Pack>true</Pack>
51
<PackagePath>runtimes/win-x64/native/</PackagePath>
0 commit comments