mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
update appveyor.yml
This commit is contained in:
parent
cf2947dd94
commit
85d2b3f522
1 changed files with 12 additions and 18 deletions
30
appveyor.yml
30
appveyor.yml
|
|
@ -1,31 +1,25 @@
|
||||||
version: 1.3.{build}
|
version: 1.0.{build}
|
||||||
image: Visual Studio 2017
|
image: Visual Studio 2019
|
||||||
configuration: Release
|
configuration: Release
|
||||||
platform: Any CPU
|
platform: Any CPU
|
||||||
assembly_info:
|
assembly_info:
|
||||||
patch: true
|
patch: true
|
||||||
file: AssemblyInfo.*
|
file: SolutionAssemblyInfo.cs
|
||||||
assembly_version: '{version}'
|
assembly_version: '{version}'
|
||||||
assembly_file_version: '{version}'
|
assembly_file_version: '{version}'
|
||||||
assembly_informational_version: '{version}'
|
assembly_informational_version: '{version}'
|
||||||
|
dotnet_csproj:
|
||||||
|
patch: true
|
||||||
|
file: 'Flow.*\*.csproj'
|
||||||
|
version: '{version}'
|
||||||
|
package_version: '{version}'
|
||||||
|
assembly_version: '{version}'
|
||||||
|
file_version: '{version}'
|
||||||
|
informational_version: '{version}'
|
||||||
before_build:
|
before_build:
|
||||||
- ps: nuget restore
|
- ps: nuget restore
|
||||||
build:
|
build:
|
||||||
project: Flow.Launcher.sln
|
project: Flow.Launcher.sln
|
||||||
after_test:
|
after_test:
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: 'Output\Packages\Flow.Launcher-*.zip'
|
- path: 'Output\Packages\*'
|
||||||
name: zipped_binary
|
|
||||||
- path: 'Output\Packages\Flow.Launcher.Plugin.*.nupkg'
|
|
||||||
name: nuget_package
|
|
||||||
- path: 'Output\Packages\Flow.Launcher-*.*'
|
|
||||||
name: installer
|
|
||||||
- path: 'Output\Packages\RELEASES'
|
|
||||||
name: installer
|
|
||||||
deploy:
|
|
||||||
provider: NuGet
|
|
||||||
api_key:
|
|
||||||
secure: yybUOFgBuGVpbmOVZxsurC8OpkClzt9dR+/54WpMWcq6b6oyMatciaelRPnXsjRn
|
|
||||||
artifact: nuget_package
|
|
||||||
on:
|
|
||||||
branch: api
|
|
||||||
Loading…
Reference in a new issue