mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
Update appveyor.yml
This commit is contained in:
parent
109aa7ced5
commit
c47db8a659
1 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
|||
version: 2.2.{build}
|
||||
version: 3.0.{build}
|
||||
configuration: Release
|
||||
assembly_info:
|
||||
patch: true
|
||||
file: '**\AssemblyInfo.*'
|
||||
assembly_version: '2.2.0'
|
||||
assembly_version: '3.0.0'
|
||||
assembly_file_version: '{version}'
|
||||
assembly_informational_version: '2.2.0'
|
||||
assembly_informational_version: '3.0.0'
|
||||
|
||||
|
||||
before_build:
|
||||
|
@ -15,7 +15,7 @@ before_build:
|
|||
- appveyor-retry npm install -g gulp
|
||||
- appveyor-retry npm install
|
||||
- appveyor-retry bower install
|
||||
- gulp publish
|
||||
- gulp build
|
||||
build_script:
|
||||
- dotnet build
|
||||
after_build:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue