-
-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathappveyor.yml
50 lines (41 loc) · 867 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
max_jobs: 1
environment:
AWS_ACCESS_KEY_ID: for_testing
AWS_SECRET_ACCESS_KEY: for_testing
AWS_REGION: us-east-1
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: off
artifacts:
- path: outputs\*.nupkg
name: packages
- path: outputs\*.snupkg
name: symbols
- 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