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.
2 parents ec3c360 + 4de0fc7 commit 23a9ba9Copy full SHA for 23a9ba9
Directory.Build.props
@@ -65,6 +65,11 @@
65
<!-- <TestRunnerAdditionalArguments>-parallel none</TestRunnerAdditionalArguments> -->
66
</PropertyGroup>
67
68
+ <!-- TODO: Re-enable NuGet Audit and fix alerts: https://github.com/dotnet/sdk/issues/51465 -->
69
+ <PropertyGroup>
70
+ <NuGetAudit>false</NuGetAudit>
71
+ </PropertyGroup>
72
+
73
<PropertyGroup>
74
<ImplicitUsings>enable</ImplicitUsings>
75
eng/common/tools.ps1
@@ -968,4 +968,4 @@ function Enable-Nuget-EnhancedRetry() {
968
Write-PipelineSetVariable -Name 'NUGET_ENHANCED_NETWORK_RETRY_DELAY_MILLISECONDS' -Value '1000'
969
Write-PipelineSetVariable -Name 'NUGET_RETRY_HTTP_429' -Value 'true'
970
}
971
-}
+}
0 commit comments