-
Notifications
You must be signed in to change notification settings - Fork 24
/
appveyor.yml
34 lines (26 loc) · 920 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
branches:
except: [translate]
image: Visual Studio 2022
environment:
IGNORE_NORMALISATION_GIT_HEAD_MOVE: '1'
DOTNET_NOLOGO: '1'
cache:
- '%USERPROFILE%\.nuget\packages -> **\*.csproj,**\*.targets,**\*.props'
before_build:
- gitversion /verbosity quiet /output buildserver
build_script:
- powershell .\src\build.ps1 %GitVersion_NuGetVersion%
test_script:
- powershell .\test.ps1 -Purge
- powershell .\test.ps1 -Deploy -Purge
- powershell .\test.ps1 -Deploy -Machine -Purge
- powershell .\test.ps1 -Deploy -Portable -Purge
artifacts:
- path: artifacts
deploy:
- provider: Webhook
url: https://app.signpath.io/API/v1/0e70cf92-49a1-4427-a800-b6bc5b497936/Integrations/AppVeyor?ProjectSlug=win&SigningPolicySlug=release-signing
authorization:
secure: 1lrrvByUN3qR7P/QQN6XXy4LWmh8ls/veOESoeVffvyF4kOqo28JxoZtIxYOZZpAZKlbAv8tWQaLFZiUxXFHmA==
on:
appveyor_repo_tag: true