forked from aaubry/YamlDotNet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
51 lines (39 loc) · 1.57 KB
/
appveyor.yml
File metadata and controls
51 lines (39 loc) · 1.57 KB
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
51
version: 0.0.{build}
image: Visual Studio 2022
test: false
environment:
# Required by GitVersion.Tool to avoid moving/normalizing HEAD in the CI clone,
# which can otherwise cause incorrect version calculations in AppVeyor builds.
IGNORE_NORMALISATION_GIT_HEAD_MOVE: "1"
NUGET_API_KEY:
secure: 04W5fV6ITDiUyvVpQDAVFB1/jsSt1ORIeqYitigD3Hin2fm/boMNROmewVSVE+S0
GITHUB_TOKEN:
secure: ulVa56sjSUcOy/08/Qn88LsGVfndWBizu5gRdVTvsGu/ju1fKUe8XCZPvUvypvWH
TWITTER_CONSUMER_API_KEY:
secure: o4jM6NnXqtI3/Bzef2xpcTAOuPn/WwO+khiWvrbletk=
TWITTER_CONSUMER_API_SECRET:
secure: a4TQjB1vp0lRFZ7aA7RamHAhkHlPlMqdvsaZvzGs/pPkR+YfuGQ7AKlknD26HIE0xGUTi8M1wqffQUKJL1knHg==
TWITTER_ACCESS_TOKEN:
secure: TfgxKzf9AAbDuJmuYnnzjYKhHcxyYv7Z+AnFRzlQc5CcIJ3h52YZAokQGF3n3K8r21V1DxeKHc/qWG1yZs4NKg==
TWITTER_ACCESS_TOKEN_SECRET:
secure: aMvxmavbq8tylMDe8QGEdemNMPzrd7i6982i/iVydNYHhUvzV7lw5AJsiEpfRyzt
install:
- cmd: git submodule update --init
- cmd: |
dotnet tool install --global GitVersion.Tool --version 6.5.1
dotnet tool restore
build_script:
- cmd: .\build.cmd --appveyor
artifacts:
- path: YamlDotNet\bin\Release\netstandard2.0
name: Release-NetStandard-2.0
- path: YamlDotNet\bin\Release\netstandard2.1
name: Release-NetStandard-2.1
- path: YamlDotNet\bin\Release\net47
name: Release-Net47
- path: YamlDotNet\bin\Release\net6.0
name: Release-Net60
- path: YamlDotNet\bin\Release\net8.0
name: Release-Net80
- path: YamlDotNet\bin\*.nupkg
- path: YamlDotNet\bin\*.snupkg