mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
adsa
This commit is contained in:
parent
798ab10ff3
commit
1677097e5b
1 changed files with 2 additions and 5 deletions
|
@ -2,11 +2,8 @@ version: 3.0.{build}
|
||||||
configuration: Release
|
configuration: Release
|
||||||
os: Visual Studio 2017
|
os: Visual Studio 2017
|
||||||
before_build:
|
before_build:
|
||||||
- ps: >-
|
- ps: Update-NodeJsInstallation 7.8.0
|
||||||
Update-NodeJsInstallation 7.8.0
|
- ps: .\%APPVEYOR_BUILD_FOLDER%\BuildTask.ps1 -env "live" -ver "%APPVEYOR_BUILD_VERSION%" -basePath "%APPVEYOR_BUILD_FOLDER%"
|
||||||
|
|
||||||
%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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue