diff --git a/Directory.Build.props b/Directory.Build.props index f200abe84fa2..12041012176f 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -65,6 +65,11 @@ + + + false + + enable diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index 987a8412636b..b417781abc62 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -968,4 +968,4 @@ function Enable-Nuget-EnhancedRetry() { Write-PipelineSetVariable -Name 'NUGET_ENHANCED_NETWORK_RETRY_DELAY_MILLISECONDS' -Value '1000' Write-PipelineSetVariable -Name 'NUGET_RETRY_HTTP_429' -Value 'true' } -} +} \ No newline at end of file