Update appveyor.yml

pull/1425/head
Jamie 7 years ago committed by GitHub
parent d53d250f02
commit e6a035d3a8

@ -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

Loading…
Cancel
Save