From 798ab10ff3cb99bc60f7077b422f9dd5e1c801d6 Mon Sep 17 00:00:00 2001 From: "Jamie.Rees" Date: Thu, 25 May 2017 12:58:12 +0100 Subject: [PATCH] appveyor --- appveyor.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index b8e36aa17..28111e923 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,7 +2,11 @@ version: 3.0.{build} configuration: Release os: Visual Studio 2017 before_build: -- ps: Update-NodeJsInstallation 7.8.0 +- ps: >- + Update-NodeJsInstallation 7.8.0 + + %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 @@ -10,7 +14,6 @@ before_build: - appveyor-retry npm install -g gulp - appveyor-retry npm install - appveyor-retry bower install -- ps: %APPVEYOR_BUILD_FOLDER%\BuildTask.ps1 -env "live" -ver "%APPVEYOR_BUILD_VERSION%" -basePath "%APPVEYOR_BUILD_FOLDER%" - gulp publish build_script: - dotnet build