From 08a18acedde4ece1757c039ebed709d8ac758d28 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 5 Aug 2024 16:28:07 -0700 Subject: [PATCH] updated node on the build server --- Scripts/appveyor-build.ps1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Scripts/appveyor-build.ps1 b/Scripts/appveyor-build.ps1 index bed0c31..e4f371b 100644 --- a/Scripts/appveyor-build.ps1 +++ b/Scripts/appveyor-build.ps1 @@ -5,8 +5,10 @@ $framework = "net8.0" Write-Host "Building $env:APPVEYOR_BUILD_VERSION" -ForegroundColor magenta Write-Host "Installing build dependencies..." -ForegroundColor green +dotnet tool install --global dotnet-ef --version 8.0.4 +Update-NodeJsInstallation 20.10.0 x64 choco install -y innosetup -Install-Product node '' +#Install-Product node '' Write-Host "Checking versions..." -ForegroundColor green Write-Host "Node" -ForegroundColor cyan