mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-31 12:00:06 -07:00
Update appveyor.yml
This commit is contained in:
parent
012abc8c08
commit
a9cea3b5ee
1 changed files with 1 additions and 30 deletions
31
appveyor.yml
31
appveyor.yml
|
@ -1,6 +1,5 @@
|
||||||
version: 2.2.{build}
|
version: 3.0.{build}
|
||||||
configuration: Release
|
configuration: Release
|
||||||
<<<<<<< HEAD
|
|
||||||
os: Visual Studio 2017
|
os: Visual Studio 2017
|
||||||
environment:
|
environment:
|
||||||
nodejs_version: "7.8.0"
|
nodejs_version: "7.8.0"
|
||||||
|
@ -23,33 +22,13 @@ after_build:
|
||||||
|
|
||||||
|
|
||||||
appveyor PushArtifact "%APPVEYOR_BUILD_FOLDER%\src\Ombi\bin\Release\netcoreapp2.0\linux.tar.gz"
|
appveyor PushArtifact "%APPVEYOR_BUILD_FOLDER%\src\Ombi\bin\Release\netcoreapp2.0\linux.tar.gz"
|
||||||
=======
|
|
||||||
assembly_info:
|
|
||||||
patch: true
|
|
||||||
file: '**\AssemblyInfo.*'
|
|
||||||
assembly_version: '2.2.1'
|
|
||||||
assembly_file_version: '{version}'
|
|
||||||
assembly_informational_version: '2.2.1'
|
|
||||||
before_build:
|
|
||||||
- cmd: appveyor-retry nuget restore
|
|
||||||
build:
|
|
||||||
verbosity: minimal
|
|
||||||
after_build:
|
|
||||||
- cmd: >-
|
|
||||||
7z a Ombi.zip %APPVEYOR_BUILD_FOLDER%\Ombi.UI\bin\Release\
|
|
||||||
>>>>>>> origin/master
|
|
||||||
|
|
||||||
appveyor PushArtifact Ombi.zip
|
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
appveyor PushArtifact "%APPVEYOR_BUILD_FOLDER%\src\Ombi\bin\Release\netcoreapp2.0\linux-arm.tar.gz"
|
appveyor PushArtifact "%APPVEYOR_BUILD_FOLDER%\src\Ombi\bin\Release\netcoreapp2.0\linux-arm.tar.gz"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#cache:
|
#cache:
|
||||||
#- '%USERPROFILE%\.nuget\packages'
|
#- '%USERPROFILE%\.nuget\packages'
|
||||||
=======
|
|
||||||
>>>>>>> origin/master
|
|
||||||
deploy:
|
deploy:
|
||||||
- provider: GitHub
|
- provider: GitHub
|
||||||
release: Ombi v$(appveyor_build_version)
|
release: Ombi v$(appveyor_build_version)
|
||||||
|
@ -58,11 +37,3 @@ deploy:
|
||||||
draft: true
|
draft: true
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
<<<<<<< HEAD
|
|
||||||
|
|
||||||
=======
|
|
||||||
- provider: Environment
|
|
||||||
name: Microserver
|
|
||||||
on:
|
|
||||||
branch: dev
|
|
||||||
>>>>>>> origin/master
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue