From fcd38d0304926d38e2ce47a34fc6d7f0b4602eed Mon Sep 17 00:00:00 2001 From: Sipke Schoorstra Date: Tue, 6 Apr 2021 10:33:43 +0200 Subject: [PATCH] Set node version and fix missing line breaks --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 3dcd1cee5..e6ed0bda3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,7 @@ image: Previous Visual Studio 2019 environment: + nodejs_version: "14.6.0" # AppVeyor installs Java on its build agents by default, but it # picks an old version that's not compatible with SonarQube. # This brings it up to date. @@ -69,12 +70,15 @@ install: build_script: - ps: >- cd .\src\designer\bindings\blazor\Elsa.Designer.Bindings.Blazor + npm run build cd ..\..\..\..\dashboards\blazor\ElsaDashboard.Application + npm run build cd ..\..\..\..\ + dotnet build test_script: