forked from aaubry/YamlDotNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
37 lines (25 loc) · 829 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
version: 0.0.{build}
image: Visual Studio 2019
test: off
environment:
NUGET_API_KEY:
secure: pomYNeSluKjzaqIYea800dn9dd/CZg5AOSJQnkpjFFxNO13qcA2l6KW/6dTxfQEb
install:
- cmd: git submodule update --init
- cmd: dotnet tool install --global GitVersion.Tool
build_script:
- cmd: .\build.cmd --appveyor
artifacts:
- path: YamlDotNet\bin\Release\netstandard2.1
name: Release-NetStandard-2.1
- path: YamlDotNet\bin\Release\netstandard1.3
name: Release-NetStandard-1.3
- path: YamlDotNet\bin\Release\net45
name: Release-Net45
- path: YamlDotNet\bin\Release\net35
name: Release-Net35
- path: YamlDotNet\bin\Release\net20
name: Release-Net20
- path: YamlDotNet\bin\Release\net40
name: Release-UnitySubset-v35
- path: YamlDotNet\bin\*.nupkg