-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.appveyor.yml
46 lines (40 loc) · 930 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
image: Visual Studio 2022
#---------------------------------#
# Build Script #
#---------------------------------#
build_script:
- ps: .\build.ps1 --target=Test
# Tests
test: off
artifacts:
- path: buildArtifacts\Nuget\*.*nupkg
name: NuGet package
#---------------------------------#
# Branches to build #
#---------------------------------#
branches:
# Whitelist
only:
- develop
- master
- /release/.*/
- /hotfix/.*/
#---------------------------------#
# Build Cache #
#---------------------------------#
cache:
- tools -> build.cake
# here we are going to override common configuration
for:
# master branch
-
branches:
only:
- master
build_script:
- ps: .\build.ps1 --Target=Test
deploy:
- provider: NuGet
artifact: /NuGet/
api_key:
secure: ZnQ34y7QXlGlikkIiiQrVM5VC/WEJl4or1vUXS91xORl/KHs1XpjySk7rZynrJdl