Skip to content

Commit d608d72

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [.NET] exclude project from sonarcloud
1 parent b538c59 commit d608d72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

algorithm-exercises-csharp-base/algorithm-exercises-csharp-base.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88

9+
<SonarQubeExclude>true</SonarQubeExclude>
10+
911
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
1012

1113
<!-- Static Analysis -->

0 commit comments

Comments
 (0)