Skip to content

Commit 91da6a0

Browse files
committed
publish driver separately
1 parent d7c3d05 commit 91da6a0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

SoftU2FDaemon/SoftU2FDaemon.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232

3333
<ItemGroup>
3434
<Resources Include="$(ProjectDir)Resources\*.*" />
35-
<Driver Include="$(ProjectDir)..\$(Configuration)\SoftU2FDriver\*.*" />
3635
</ItemGroup>
3736

3837
<Target Name="CopyFiles" AfterTargets="Build">
@@ -41,9 +40,7 @@
4140
</Target>
4241

4342
<Target Name="CopyToPublish" AfterTargets="Publish">
44-
4543
<Copy SourceFiles="..\U2FLib\NativeBridge.dll" DestinationFolder="$(PublishDir)" />
4644
<Copy SourceFiles="@(Resources)" DestinationFolder="$(PublishDir)" />
47-
<Copy SourceFiles="@(Driver)" DestinationFolder="$(PublishDir)" />
4845
</Target>
4946
</Project>

0 commit comments

Comments
 (0)