diff --git a/appveyor.yml b/appveyor.yml index 28111e923..3595c355b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,11 +2,8 @@ version: 3.0.{build} configuration: Release os: Visual Studio 2017 before_build: -- ps: >- - Update-NodeJsInstallation 7.8.0 - - %APPVEYOR_BUILD_FOLDER%\BuildTask.ps1 -env "live" -ver "%APPVEYOR_BUILD_VERSION%" -basePath "%APPVEYOR_BUILD_FOLDER%" - +- ps: Update-NodeJsInstallation 7.8.0 +- ps: .\%APPVEYOR_BUILD_FOLDER%\BuildTask.ps1 -env "live" -ver "%APPVEYOR_BUILD_VERSION%" -basePath "%APPVEYOR_BUILD_FOLDER%" - cmd: cd src/ombi - node --version - appveyor-retry dotnet restore