forked from aaubry/YamlDotNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
38 lines (26 loc) · 892 Bytes
/
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
version: 0.0.{build}
image: Visual Studio 2017
build:
publish_nuget: true
install:
- cmd: git submodule update --init
build_script:
- ps: .\build.ps1 -Target Package # -Verbosity Diagnostic -buildVerbosity=Verbose
artifacts:
- path: YamlDotNet\bin\Release-Unsigned\net45
name: Release-Unsigned
- path: YamlDotNet\bin\Release-Signed\net45
name: Release-Signed
- path: YamlDotNet\bin\Release-Unsigned\netstandard1.3
name: Release-DotNetStandard-Unsigned
- path: YamlDotNet\bin\Release-Signed\netstandard1.3
name: Release-DotNetStandard-Signed
- path: YamlDotNet\bin\Release-Unsigned\net35
name: Release-UnitySubset-v35
- path: YamlDotNet\bin\*.nupkg
deploy:
- provider: NuGet
api_key:
secure: GMc0xUTASI8qTPK1/eN/GFs6PBhPFBin1TT1hE5N8NlkU7VSBx3z4zQinSv/ICmx
artifact: /.*\.nupkg/
test: off