Skip to content

Commit

Permalink
remove extra condition
Browse files Browse the repository at this point in the history
  • Loading branch information
YuliiaKovalova committed May 24, 2024
1 parent 5c32f8f commit f25fcf0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<ProjectReference Include="..\Xunit.NetCore.Extensions\Xunit.NetCore.Extensions.csproj" />
</ItemGroup>

<ItemGroup Label="TestAssests" Condition="'$(MSBuildRuntimeType)' != 'Full'">
<ItemGroup Label="TestAssests">
<ProjectReference Include=".\TestAssets\CustomAnalyzer\CustomAnalyzer.csproj" />
<ProjectReference Include=".\TestAssets\CustomAnalyzer2\CustomAnalyzer2.csproj" />
<ProjectReference Include=".\TestAssets\InvalidCustomAnalyzer\InvalidCustomAnalyzer.csproj" />
Expand Down

0 comments on commit f25fcf0

Please sign in to comment.