mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -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
|
configuration: Release
|
||||||
assembly_info:
|
assembly_info:
|
||||||
patch: true
|
patch: true
|
||||||
file: '**\AssemblyInfo.*'
|
file: '**\AssemblyInfo.*'
|
||||||
assembly_version: '2.2.0'
|
assembly_version: '3.0.0'
|
||||||
assembly_file_version: '{version}'
|
assembly_file_version: '{version}'
|
||||||
assembly_informational_version: '2.2.0'
|
assembly_informational_version: '3.0.0'
|
||||||
|
|
||||||
|
|
||||||
before_build:
|
before_build:
|
||||||
|
@ -15,7 +15,7 @@ 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
|
||||||
- gulp publish
|
- gulp build
|
||||||
build_script:
|
build_script:
|
||||||
- dotnet build
|
- dotnet build
|
||||||
after_build:
|
after_build:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue