Skip to content

Commit 23a9ba9

Browse files
authored
[automated] Merge branch 'release/8.0.4xx' => 'release/9.0.1xx' (#51987)
2 parents ec3c360 + 4de0fc7 commit 23a9ba9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Directory.Build.props

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@
6565
<!-- <TestRunnerAdditionalArguments>-parallel none</TestRunnerAdditionalArguments> -->
6666
</PropertyGroup>
6767

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+
6873
<PropertyGroup>
6974
<ImplicitUsings>enable</ImplicitUsings>
7075
</PropertyGroup>

eng/common/tools.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -968,4 +968,4 @@ function Enable-Nuget-EnhancedRetry() {
968968
Write-PipelineSetVariable -Name 'NUGET_ENHANCED_NETWORK_RETRY_DELAY_MILLISECONDS' -Value '1000'
969969
Write-PipelineSetVariable -Name 'NUGET_RETRY_HTTP_429' -Value 'true'
970970
}
971-
}
971+
}

0 commit comments

Comments
 (0)