Skip to content

Commit ffaa639

Browse files
authored
Removed UsePublicApiAnalyzers property (#645)
* Removed UsePublicApiAnalyzers property * Triger CI by any change under `tests-app-hosts` directory
1 parent 0e0fbf7 commit ffaa639

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/dotnet-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- "src/**"
88
- "examples/**"
99
- "tests/**"
10+
- "tests-app-hosts/**"
1011
- Directory.Build.props
1112
- Directory.Build.targets
1213
- Directory.Packages.props
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
<Project>
22
<Import Project="..\Directory.Build.props" />
3-
4-
<PropertyGroup>
5-
<UsePublicApiAnalyzers>false</UsePublicApiAnalyzers>
6-
</PropertyGroup>
7-
83
</Project>

0 commit comments

Comments
 (0)