File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 66 pull_request :
77 branches : [ main ]
88
9+ env :
10+ DOTNET_ROLL_FORWARD : Major # HACK Remove once Playwright supports .NET 6
11+
912jobs :
1013 build :
1114 name : ${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ if ($OutputPath -eq "") {
2525$installDotNetSdk = $false ;
2626
2727if (($null -eq (Get-Command " dotnet" - ErrorAction SilentlyContinue)) -and ($null -eq (Get-Command " dotnet.exe" - ErrorAction SilentlyContinue))) {
28- Write-Host " The .NET Core SDK is not installed."
28+ Write-Host " The .NET SDK is not installed."
2929 $installDotNetSdk = $true
3030}
3131else {
3737 }
3838
3939 if ($installedDotNetVersion -ne $dotnetVersion ) {
40- Write-Host " The required version of the .NET Core SDK is not installed. Expected $dotnetVersion ."
40+ Write-Host " The required version of the .NET SDK is not installed. Expected $dotnetVersion ."
4141 $installDotNetSdk = $true
4242 }
4343}
You can’t perform that action at this time.
0 commit comments