Skip to content

Commit

Permalink
Disable auditing for internal projects (#3046)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelZ authored Nov 27, 2024
1 parent f8c5f76 commit d78893e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Microsoft.Data.SqlClient/tests/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
<Platforms>AnyCPU;x86;x64</Platforms>
<ReferenceType Condition="'$(ReferenceType)'==''">Project</ReferenceType>
</PropertyGroup>

<!-- Audit Settings -->
<PropertyGroup>
<NuGetAudit>false</NuGetAudit>
</PropertyGroup>

<!--These properties can be modified locally to target .NET version of choice to build and test entire test suite-->
<PropertyGroup>
Expand Down
4 changes: 4 additions & 0 deletions tools/GenAPI/Directory.Build.Props
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@
<!-- Import parent Directory.build.props -->
<Import Project="..\..\src\Directory.Build.props" />

<!-- Audit Settings -->
<PropertyGroup>
<NuGetAudit>false</NuGetAudit>
</PropertyGroup>
</Project>

0 comments on commit d78893e

Please sign in to comment.