-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
58 lines (49 loc) · 1.18 KB
/
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
51
52
53
54
55
56
57
58
max_jobs: 1
environment:
COVERALLS_REPO_TOKEN:
secure: qgQXzXhFARJ2oI6nhEQFri1M59G9KYzmEzJ2hQaOaa3ssTMLuYlXDAAnkdg5n/GZ
MYGET_TOKEN:
secure: yP12k1vrHJyValU1UWnW3NySjKfXlRomR8p4qqmYs26FDztsGMlCQeT5jdCVHlz6
CAKE_SETTINGS_SKIPPACKAGEVERSIONCHECK: "true"
image: Visual Studio 2022
cache:
- '%LocalAppData%\NuGet\v3-cache'
nuget:
account_feed: false
project_feed: false
disable_publish_on_pr: true
install:
- cmd: dotnet tool restore
build_script:
- cmd: dotnet cake --target=Full
test: false
artifacts:
- path: outputs\*.nupkg
name: packages
type: NuGetPackage
- path: outputs\*.snupkg
name: symbols
type: NuGetPackage
- path: outputs\tests\report
name: report
type: Zip
deploy:
- provider: Environment
name: NuGet
on:
branch:
- master
- main
appveyor_repo_tag: true
- provider: Environment
name: GitHub Packages - Kralizek
on:
branch:
- master
- main
appveyor_repo_tag: true
- provider: NuGet
server: https://www.myget.org/F/kralizek/api/v2/package
api_key:
secure: SxuPZ1GdSw4IgdN1KHN9Ky36oUY5ZRT0ZZXd1BdDr+GgktRazqBz6dLcjA56++X/
artifact: packages