Skip to content

Commit

Permalink
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
Browse files Browse the repository at this point in the history
  • Loading branch information
GlitchedPolygons committed Jun 22, 2019
1 parent 251af45 commit 83e5650
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion UnitTests/UnitTests.cs
@@ -1,8 +1,9 @@
using System; using System;
using System.Collections.Generic;
using System.IO; using System.IO;
using System.Linq; using System.Linq;
using System.Threading.Tasks; using System.Threading.Tasks;
using System.Collections.Generic;

using Xunit; using Xunit;
using GlitchedPolygons.RepositoryPattern.SQLite; using GlitchedPolygons.RepositoryPattern.SQLite;


Expand Down
2 changes: 1 addition & 1 deletion UnitTests/UnitTests.csproj
Expand Up @@ -18,7 +18,7 @@


<ItemGroup> <ItemGroup>
<None Update="TestDatabase.db"> <None Update="TestDatabase.db">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None> </None>
</ItemGroup> </ItemGroup>


Expand Down

0 comments on commit 83e5650

Please sign in to comment.