diff --git a/appveyor.yml b/appveyor.yml index 6482f980c..cd0050a21 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -24,18 +24,14 @@ - '%APPDATA%\npm-cache' install: - ps: Install-Product node $env:nodejs_version + - cd .\src\dashboards\blazor\ElsaDashboard.Application\ClientApp - npm install - npm install posthtml-cli -g + - cd ..\..\..\..\..\ build_script: - ps: >- - cd .\src\dashboards\blazor\ElsaDashboard.Application\ClientApp - npm run build:html - npm run build:css:blazor - - cd ..\..\..\..\..\ - dotnet pack Elsa.sln --include-symbols /p:Version=$env:APPVEYOR_BUILD_VERSION test: off artifacts: