Skip to content

Commit 78ed4b2

Browse files
author
Nick Craver
committed
Tests: move into folders
One of several moves to make this something we can dev on all platforms and build on Actions for v3 onwards.
1 parent e2ffcdd commit 78ed4b2

File tree

101 files changed

+88
-27
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+88
-27
lines changed

Build.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<Project Sdk="Microsoft.Build.Traversal/2.0.24">
22
<ItemGroup>
3-
<ProjectReference Include="*\*.csproj" />
3+
<ProjectReference Include="benchmarks/**/*.csproj" />
4+
<ProjectReference Include="*/*.csproj" />
5+
<ProjectReference Include="tests/**/*.csproj" />
46
</ItemGroup>
57
</Project>

Readme.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)