forked from keghub/hubspot-dotnet-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
47 lines (38 loc) · 790 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
max_jobs: 1
environment:
CAKE_SETTINGS_SKIPPACKAGEVERSIONCHECK: "true"
image: Visual Studio 2019
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: MyGet EMG Public
on:
branch: master
- provider: Environment
name: NuGet EMG
on:
branch: master
appveyor_repo_tag: true
- provider: Environment
name: EMG GPR
on:
branch: master
appveyor_repo_tag: true