Skip to content

Commit 5e6486f

Browse files
committed
Add .NET SDK version string to resolved dotnet path message
1 parent f6a751c commit 5e6486f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PowerShellEditorServices.build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ task SetupDotNet -Before Restore, Clean, Build, BuildHost, Test, TestPowerShellA
8686
$env:DOTNET_INSTALL_DIR = $dotnetExeDir
8787
}
8888

89-
Write-Host "`n### Using dotnet at path $script:dotnetExe`n" -ForegroundColor Green
89+
Write-Host "`n### Using dotnet v$requiredSDKVersion at path $script:dotnetExe`n" -ForegroundColor Green
9090
}
9191

9292
task Restore {

0 commit comments

Comments
 (0)