Skip to content

Commit

Permalink
fix: Explicitly removing project capability TestContainer from non-te…
Browse files Browse the repository at this point in the history
…st projects that got falsely detected as test projects
  • Loading branch information
jhartmann123 committed Dec 6, 2023
1 parent 15fcbe6 commit a82d5b8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<ProjectCapability Remove="TestContainer" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\..\docs\UnitTests\README.md" Pack="true" PackagePath="\" />
</ItemGroup>
Expand Down
4 changes: 4 additions & 0 deletions src/UnitTests/src/UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<ProjectCapability Remove="TestContainer" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\..\docs\UnitTests\README.md" Pack="true" PackagePath="\" />
</ItemGroup>
Expand Down

0 comments on commit a82d5b8

Please sign in to comment.