We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e0fbf7 commit ffaa639Copy full SHA for ffaa639
.github/workflows/dotnet-ci.yml
@@ -7,6 +7,7 @@ on:
7
- "src/**"
8
- "examples/**"
9
- "tests/**"
10
+ - "tests-app-hosts/**"
11
- Directory.Build.props
12
- Directory.Build.targets
13
- Directory.Packages.props
tests-app-hosts/Directory.Build.props
@@ -1,8 +1,3 @@
1
<Project>
2
<Import Project="..\Directory.Build.props" />
3
-
4
- <PropertyGroup>
5
- <UsePublicApiAnalyzers>false</UsePublicApiAnalyzers>
6
- </PropertyGroup>
</Project>
0 commit comments