Skip to content

Commit 8c95fee

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

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

appveyor.yml

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

0 commit comments

Comments
 (0)