forked from nuke-build/nuke
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.continuous.yml
41 lines (35 loc) · 1001 Bytes
/
appveyor.continuous.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
# ------------------------------------------------------------------------------
# <auto-generated>
#
# This code was generated.
#
# - To turn off auto-generation set:
#
# [AppVeyor (AutoGenerate = false)]
#
# - To trigger manual generation invoke:
#
# nuke --generate-configuration AppVeyor_continuous --host AppVeyor
#
# </auto-generated>
# ------------------------------------------------------------------------------
image:
- Visual Studio 2019
- Ubuntu1804
branches:
except:
- master
- /release\/*/
skip_tags: true
build_script:
- cmd: .\build.cmd Test Pack
- sh: ./build.cmd Test Pack
artifacts:
- path: output/test-results/*.trx
- path: output/test-results/*.xml
- path: output/packages/*.nupkg
environment:
EnterpriseAccessToken:
secure: YLojRV4xp5V+aZTpuu4rrXvLi4IG+b+wdOMnzTwM0A/s/HBndTYjqFn/Q33WhnnQ
SlackUserAccessToken:
secure: cMArtN7cGnW6zI9ryMiQZSfcv2y+6Ads8KPvZIN18IQnpTBY6zzBEyCL+1i8v4OF08HW7oY3BDIXWEMT6PdeSQ==