forked from rds1983/SpriteFontPlus
-
Notifications
You must be signed in to change notification settings - Fork 3
/
appveyor.yml
36 lines (33 loc) · 1.05 KB
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
version: 0.6.5.{build}
configuration: Release
dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '{version}'
package_version: '{version}'
assembly_version: '{version}'
file_version: '{version}'
informational_version: '{version}'
build_script:
- cmd: >-
build_all.bat
artifacts:
- path: src/SpriteFontPlus/bin/MonoGame/Release/SpriteFontPlus.MonoGame.$(appveyor_build_version).nupkg
name: SpriteFontPlus.MonoGame.nupkg
- path: src/SpriteFontPlus/bin/FNA/Release/SpriteFontPlus.FNA.$(appveyor_build_version).nupkg
name: SpriteFontPlus.FNA.nupkg
- path: SpriteFontPlus.$(appveyor_build_version).zip
name: ZipPackage
deploy:
- provider: GitHub
release: $(appveyor_build_version)
description: $(appveyor_build_version)
auth_token:
secure: nIpZ5N6iQIXVV8/kK/Y6BqY4KYD+y7HYdq+vTKv+LqZBbxHE9BuEgZAHGVDvmJKh
artifact: ZipPackage
draft: false
prerelease: false
- provider: NuGet
api_key:
secure: o02Abc+1Pg/C7FVPnbCA9i4RIakmOUcKjMBBCHDCbEhS69b+N05mV0xBe0ne2/Y4
artifact: /.*\.nupkg/