Skip to content

Commit 1bcfb7b

Browse files
authored
Merge pull request #8993 from dotnet/merges/master-to-release/fsharp5
Merge master to release/fsharp5
2 parents 1636b3b + ba2a944 commit 1bcfb7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/common/tools.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ function InitializeVisualStudioMSBuild([bool]$install, [object]$vsRequirements =
286286
if (Test-Path variable:global:_MSBuildExe) {
287287
return $global:_MSBuildExe
288288
}
289+
289290
if (!$vsRequirements) { $vsRequirements = $GlobalJson.tools.vs }
290291
$vsMinVersionStr = if ($vsRequirements.version) { $vsRequirements.version } else { '15.9' }
291292
$vsMinVersion = [Version]::new($vsMinVersionStr)
@@ -631,7 +632,6 @@ function MSBuild-Core() {
631632
}
632633
}
633634

634-
Write-Host "$buildTool.Path: $buildTool.Path --- $cmdArgs"
635635
$exitCode = Exec-Process $buildTool.Path $cmdArgs
636636

637637
if ($exitCode -ne 0) {

0 commit comments

Comments
 (0)