mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
appveyor
This commit is contained in:
parent
66cc7f6f1a
commit
798ab10ff3
1 changed files with 5 additions and 2 deletions
|
@ -2,7 +2,11 @@ version: 3.0.{build}
|
||||||
configuration: Release
|
configuration: Release
|
||||||
os: Visual Studio 2017
|
os: Visual Studio 2017
|
||||||
before_build:
|
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
|
- cmd: cd src/ombi
|
||||||
- node --version
|
- node --version
|
||||||
- appveyor-retry dotnet restore
|
- appveyor-retry dotnet restore
|
||||||
|
@ -10,7 +14,6 @@ before_build:
|
||||||
- appveyor-retry npm install -g gulp
|
- appveyor-retry npm install -g gulp
|
||||||
- appveyor-retry npm install
|
- appveyor-retry npm install
|
||||||
- appveyor-retry bower install
|
- appveyor-retry bower install
|
||||||
- ps: %APPVEYOR_BUILD_FOLDER%\BuildTask.ps1 -env "live" -ver "%APPVEYOR_BUILD_VERSION%" -basePath "%APPVEYOR_BUILD_FOLDER%"
|
|
||||||
- gulp publish
|
- gulp publish
|
||||||
build_script:
|
build_script:
|
||||||
- dotnet build
|
- dotnet build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue