Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Aymen TROUDI authored and Aymen TROUDI committed Aug 8, 2023
1 parent 7d1808c commit 314b0dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
</ItemGroup>

<ItemGroup>
<None Include="Files\RSA.pfx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<None Update="Files\RSA.pfx">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Files\ECC.pfx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<None Update="Files\ECC.pfx">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>

Expand Down

0 comments on commit 314b0dd

Please sign in to comment.