Skip to content

Commit 8b3ade4

Browse files
committed
Merged PR 54673: Disable NuGet audit
# {PR title} #64177 Summary of the changes (Less than 80 chars) ## Description {Detail} Fixes #{bug number} (in this specific format) ## Customer Impact {Justification} ## Regression? - [ ] Yes - [ ] No [If yes, specify the version the behavior has regressed from] ## Risk - [ ] High - [ ] Medium - [ ] Low [Justify the selection above] ## Verification - [ ] Manual (required) - [ ] Automated ## Packaging changes reviewed? - [ ] Yes - [ ] No - [ ] N/A ---- ## When servicing release/2.3 - [ ] Make necessary changes in eng/PatchConfig.props Disable NuGet audit
1 parent 4ef9409 commit 8b3ade4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Directory.Build.props

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,11 @@
234234
<CustomBeforeMicrosoftCommonCrossTargetingTargets>$(MSBuildThisFileDirectory)Directory.Build.BeforeCommonTargets.targets</CustomBeforeMicrosoftCommonCrossTargetingTargets>
235235
</PropertyGroup>
236236

237+
<!-- TODO: Re-enable NuGet Audit and fix alerts: https://github.com/dotnet/aspnetcore/issues/64177 -->
238+
<PropertyGroup>
239+
<NuGetAudit>false</NuGetAudit>
240+
</PropertyGroup>
241+
237242
<Import Project="eng\Workarounds.props" />
238243
<Import Project="artifacts\bin\GenerateFiles\Directory.Build.props" Condition=" '$(MSBuildProjectName)' != 'GenerateFiles' " />
239244
<Import Project="eng\Dependencies.props" />

0 commit comments

Comments
 (0)