Skip to content

Commit d78893e

Browse files
authored
Disable auditing for internal projects (#3046)
1 parent f8c5f76 commit d78893e

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

src/Microsoft.Data.SqlClient/tests/Directory.Build.props

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
<Platforms>AnyCPU;x86;x64</Platforms>
1414
<ReferenceType Condition="'$(ReferenceType)'==''">Project</ReferenceType>
1515
</PropertyGroup>
16+
17+
<!-- Audit Settings -->
18+
<PropertyGroup>
19+
<NuGetAudit>false</NuGetAudit>
20+
</PropertyGroup>
1621

1722
<!--These properties can be modified locally to target .NET version of choice to build and test entire test suite-->
1823
<PropertyGroup>

tools/GenAPI/Directory.Build.Props

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,8 @@
55
<!-- Import parent Directory.build.props -->
66
<Import Project="..\..\src\Directory.Build.props" />
77

8+
<!-- Audit Settings -->
9+
<PropertyGroup>
10+
<NuGetAudit>false</NuGetAudit>
11+
</PropertyGroup>
812
</Project>

0 commit comments

Comments
 (0)