Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeButters committed Dec 7, 2023
1 parent d3a7a71 commit 83eddc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/compatibility/azure/install-tentacle.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if ($installedVersion -lt $net48BuildNumber) {
$process = start-process "C:\Windows\Temp\ndp48-x86-x64-allos-enu.exe" -argumentlist @("/q", "/norestart", "/log", "C:\Windows\Temp\ndp48-x86-x64-allos-enu.log") -wait -PassThru
$process.WaitForExit()
Write-Host "Installed .NET 4.8"
# For net48 to work the machine must be rebooted and this scripted edited again.
# For net48 to work the machine must be rebooted, and this script re-run.
} else {
Write-Host "Net framework 4.8 already installed"
}
Expand Down

0 comments on commit 83eddc4

Please sign in to comment.