Skip to content

Commit 6919f67

Browse files
committed
chore: Removed Sarif and TestResults from projects
1 parent 06dace9 commit 6919f67

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/NetEvolve.Defaults/build/SupportGeneral.targets

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,9 @@
1313
<IsTestProject>false</IsTestProject>
1414
<WarnOnPackingNonPackableProject>false</WarnOnPackingNonPackableProject>
1515
</PropertyGroup>
16+
<ItemGroup>
17+
<None Remove="$(ProjectDir)/*.sarif" />
18+
<None Remove="$(ProjectDir)/**/*.sarif" />
19+
<None Remove="$(ProjectDir)/TestResults/**" />
20+
</ItemGroup>
1621
</Project>

0 commit comments

Comments
 (0)