Update appveyor.yml

This commit is contained in:
Jamie 2017-04-04 17:31:26 +01:00 committed by GitHub
parent 45ecc8d4c2
commit 109aa7ced5

View file

@ -12,8 +12,10 @@ before_build:
- cmd: cd ombi/ombi
- appveyor-retry dotnet restore
- appveyor-retry npm install bower -g
- appveyor-retry npm install -g gulp
- appveyor-retry npm install
- appveyor-retry bower install
- gulp publish
build_script:
- dotnet build
after_build: