Skip to content

Commit e97d209

Browse files
mbdavidClement Fauchere
authored andcommitted
Adding appveyor to signpath
1 parent 2682e74 commit e97d209

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

appveyor.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
version: 5.0.{build}
2+
branches:
3+
only:
4+
- master
5+
image: Visual Studio 2022
6+
configuration:
7+
- Debug
8+
- Release
9+
before_build:
10+
- cmd: nuget restore LiteDB.sln
11+
build:
12+
project: LiteDB.sln
13+
publish_nuget: true
14+
verbosity: minimal
15+
for:
16+
-
17+
matrix:
18+
only:
19+
- configuration: Release
20+
artifacts:
21+
- path: LiteDB\bin\Release\LiteDB*.nupkg
22+
deploy:
23+
- provider: Webhook
24+
url: https://app.signpath.io/API/v1/f5b329b8-705f-4d6c-928a-19465b83716b/Integrations/AppVeyor?ProjectKey=LiteDB.git&SigningPolicyKey=release-signing
25+
authorization:
26+
secure: 3eLjGkpQC1wg1s5GIEqs7yk/V8OZNnpKmpwdsaloGExc5jMspM4nA7u/UlG5ugraEyXRC05ZxLU4FIfH2V2BEg==

0 commit comments

Comments
 (0)