-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathappveyor.yml
50 lines (39 loc) · 819 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
39
40
41
42
43
44
45
46
47
48
49
50
version: 0.0.{build}
skip_branch_with_pr: true
max_jobs: 1
configuration: Release
image: Visual Studio 2022
init:
- git config --global core.autocrlf input
dotnet_csproj:
patch: true
file: '**\*.csproj'
before_build:
- cd project
- nuget restore
build:
parallel: true
project: project/Snapper.sln
publish_nuget: true
publish_nuget_symbols: true
use_snupkg_format: true
test: off
test_script:
- ps: dotnet test --no-build
deploy:
- provider: NuGet
api_key:
secure: 2LzZQpLIpwbjbPbBHIu99KyDCChR1uxCmJTUU8/y/5jF1sXKGigu4F86VhoQXinU
skip_symbols: false
artifact: /.*\.s?nupkg/
on:
appveyor_repo_tag: true
skip_commits:
files:
- .all-contributorsrc
- .editorconfig
- .gitattributes
- .gitignore
- LICENSE
- README.md
- SECURITY.md