mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Update appveyor.yml
This commit is contained in:
parent
33130589ae
commit
a1933d8d7a
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
version: 1.1.{build}
|
||||
version: 1.2.{build}
|
||||
configuration: Release
|
||||
assembly_info:
|
||||
patch: true
|
||||
file: '**\AssemblyInfo.*'
|
||||
assembly_version: '{version}'
|
||||
assembly_version: '1.2.0'
|
||||
assembly_file_version: '{version}'
|
||||
assembly_informational_version: '{version}'
|
||||
before_build:
|
||||
|
@ -14,4 +14,4 @@ after_build:
|
|||
- cmd: >-
|
||||
7z a PlexRequests.zip %APPVEYOR_BUILD_FOLDER%\PlexRequests.UI\bin\Release\
|
||||
|
||||
appveyor PushArtifact PlexRequests.zip
|
||||
appveyor PushArtifact PlexRequests.zip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue