Skip to content

Commit

Permalink
Add UseCommonOutputDirectory=true for builds
Browse files Browse the repository at this point in the history
  • Loading branch information
vatsan-madhavan committed Mar 19, 2020
1 parent 367e680 commit 8d8902d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ Function Get-BuildArgs {
$LangVersion = 'latest'

if (-not $Restore) {
$BuildArgs = "$escapeparser /bl:$LogFile /p:Platform=$Platform /p:LangVersion=$LangVersion /p:PublishDir=$PublishDir /p:RuntimeIdentifier=$RuntimeIdentifier /clp:Summary;Verbosity=$Verbosity /nr:$NodeReuse"
$BuildArgs = "$escapeparser /bl:$LogFile /p:Platform=$Platform /p:LangVersion=$LangVersion /p:PublishDir=$PublishDir /p:UseCommonOutputDirectory=true /p:RuntimeIdentifier=$RuntimeIdentifier /clp:Summary;Verbosity=$Verbosity /nr:$NodeReuse"
} else {
$BuildArgs = "$escapeparser /bl:$RestoreLogFile /p:RuntimeIdentifier=$RuntimeIdentifier /clp:Summary;Verbosity=$Verbosity /nr:$NodeReuse"
}
Expand Down

0 comments on commit 8d8902d

Please sign in to comment.