From 83eddc48e18e8d80b1c963aa77cdfb4ccdd8e090 Mon Sep 17 00:00:00 2001 From: Luke Butters Date: Thu, 7 Dec 2023 15:14:41 +1100 Subject: [PATCH] . --- testing/compatibility/azure/install-tentacle.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/compatibility/azure/install-tentacle.ps1 b/testing/compatibility/azure/install-tentacle.ps1 index 6069f9b1b..9d0a64ed1 100644 --- a/testing/compatibility/azure/install-tentacle.ps1 +++ b/testing/compatibility/azure/install-tentacle.ps1 @@ -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" }