forked from aaubry/YamlDotNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
50 lines (38 loc) · 1.25 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
version: 0.0.{build}
#branches:
# only:
# - master
# - release
# - test-build
install:
- cmd: git submodule update --init
- ps: .\prebuild.ps1
- cmd: nuget restore YamlDotNet.Test\packages.config -SolutionDirectory .
platform: Any CPU
configuration: Release
build:
publish_nuget: true
build_script:
- ps: .\build.ps1
test_script:
- '%xunit20%\xunit.console.x86 "C:\projects\yamldotnet\YamlDotNet.Test\bin\Release\YamlDotNet.Test.dll" -appveyor'
- '%xunit20%\xunit.console.x86 "C:\projects\yamldotnet\YamlDotNet.Test\bin\Release-Portable\YamlDotNet.Test.Portable.dll" -appveyor'
artifacts:
- path: YamlDotNet\bin\Release-Unsigned
name: Release-Unsigned
- path: YamlDotNet\bin\Release-Signed
name: Release-Signed
- path: YamlDotNet\bin\Release-Portable-Unsigned
name: Release-Portable-Unsigned
- path: YamlDotNet\bin\Release-Portable-Signed
name: Release-Portable-Signed
- path: YamlDotNet\bin\Release-UnitySubset-v35
name: Release-UnitySubset-v35
- path: YamlDotNet\bin\*.nupkg
deploy:
- provider: NuGet
api_key:
secure: GMc0xUTASI8qTPK1/eN/GFs6PBhPFBin1TT1hE5N8NlkU7VSBx3z4zQinSv/ICmx
artifact: /.*\.nupkg/
# on:
# branch: release