Skip to content

Commit

Permalink
Remove usage of QuietRestore (#35264)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmat committed Apr 25, 2019
1 parent 5e9c3cc commit 5d6e437
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions eng/build.ps1
Expand Up @@ -214,10 +214,6 @@ function BuildSolution() {
$enableAnalyzers = !$skipAnalyzers
$toolsetBuildProj = InitializeToolset

# Have to disable quiet restore during bootstrap builds to work around
# an arcade bug
# https://github.com/dotnet/arcade/issues/2220
$quietRestore = !($ci -or ($bootstrapDir -ne ""))
$testTargetFrameworks = if ($testCoreClr) { "netcoreapp3.0%3Bnetcoreapp2.1" } else { "" }

$ibcSourceBranchName = GetIbcSourceBranchName
Expand Down Expand Up @@ -250,8 +246,6 @@ function BuildSolution() {
/p:OfficialBuildId=$officialBuildId `
/p:UseRoslynAnalyzers=$enableAnalyzers `
/p:BootstrapBuildPath=$bootstrapDir `
/p:QuietRestore=$quietRestore `
/p:QuietRestoreBinaryLog=$binaryLog `
/p:TestTargetFrameworks=$testTargetFrameworks `
/p:TreatWarningsAsErrors=true `
/p:VisualStudioIbcSourceBranchName=$ibcSourceBranchName `
Expand Down

0 comments on commit 5d6e437

Please sign in to comment.