Skip to content

Commit

Permalink
Rename folder: "test" to "tests"
Browse files Browse the repository at this point in the history
  • Loading branch information
damianh committed May 13, 2023
1 parent 91b7e94 commit 4a766a9
Show file tree
Hide file tree
Showing 73 changed files with 34 additions and 34 deletions.
66 changes: 33 additions & 33 deletions PlatformLibs.sln

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

foreach (var lib in libs)
{
var testProjects = Directory.GetFiles($"libs/{lib}/test/", "*.Tests.csproj", SearchOption.AllDirectories); // will ignore "IntegrationTests.csproj"
var testProjects = Directory.GetFiles($"libs/{lib}/tests/", "*.Tests.csproj", SearchOption.AllDirectories); // will ignore "IntegrationTests.csproj"
var testTarget = $"{lib}-test";
Target(testTarget,
testProjects,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4a766a9

Please sign in to comment.