forked from nuke-build/nuke
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
38 lines (33 loc) · 973 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
# ------------------------------------------------------------------------------
# <auto-generated>
#
# This code was generated.
#
# - To turn off auto-generation set:
#
# [AppVeyor (AutoGenerate = false)]
#
# - To trigger manual generation invoke:
#
# nuke --generate-configuration AppVeyor --host AppVeyor
#
# </auto-generated>
# ------------------------------------------------------------------------------
image:
- Visual Studio 2019
- Ubuntu1804
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/coverage-report.zip
- path: output/packages/*.nupkg
environment:
SignPathApiToken:
secure: zYFzA/7H1MDXDlpX6SAyv41kiBmu8Vh3kvWC7tPfk7eVdhh9mGQgXC7AzgcGnpsg
SignPathOrganizationId: 0fdaf334-6910-41f4-83d2-e58e4cccb087
SignPathProjectSlug: nuke
SignPathPolicySlug: release-signing