Skip to content

Commit 19f5204

Browse files
committed
ci: none copy the native library
1 parent de23fea commit 19f5204

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/UnlockerPatch/UnlockerPatch.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@
4343
<!--<None Include="build\package.props" Pack="True" PackagePath="\build\$(PackageId).props" />-->
4444
<!--<None Include="buildTransitive\package.targets" Pack="True" PackagePath="\buildTransitive\$(PackageId).targets" />-->
4545
<!--<None Include="buildTransitive\package.props" Pack="True" PackagePath="\buildTransitive\$(PackageId).props" />-->
46+
</ItemGroup>
47+
48+
<ItemGroup Condition="Exists('..\..\x64\Release\UnlockerStub.dll')">
4649
<None Include="..\..\x64\Release\UnlockerStub.dll">
4750
<Pack>true</Pack>
4851
<PackagePath>runtimes/win-x64/native/</PackagePath>

0 commit comments

Comments
 (0)