Update appveyor.yml

This commit is contained in:
Jamie 2017-05-29 00:22:03 +01:00 committed by GitHub
commit e6a035d3a8

View file

@ -7,16 +7,14 @@ environment:
install:
# Get the latest stable version of Node.js or io.js
- ps: Install-Product node $env:nodejs_version
# install modules
- npm install
before_build:
- ps: .\BuildTask.ps1 -env "live"
- cmd: cd src/ombi
- node --version
- appveyor-retry dotnet restore
appveyor-retry dotnet restore
- appveyor-retry npm install bower -g
- appveyor-retry npm install gulp -g
- appveyor-retry bower install
- appveyor-retry npm install -g gulp
- appveyor-retry npm install
- gulp publish
build_script:
- dotnet build