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
42 lines (30 loc) · 1.12 KB
/
Copy pathappveyor.yml
File metadata and controls
42 lines (30 loc) · 1.12 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
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"
install:
- cmd: git submodule update --init
- ps: |
Invoke-WebRequest -Uri 'https://dot.net/v1/dotnet-install.ps1' -OutFile 'dotnet-install.ps1'
.\dotnet-install.ps1 -Channel 10.0 -InstallDir "$env:ProgramFiles\dotnet"
- 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\net8.0
name: Release-Net80
- path: YamlDotNet\bin\Release\net10.0
name: Release-Net100
- path: YamlDotNet\bin\*.nupkg
- path: YamlDotNet\bin\*.snupkg