Skip to content

Commit

Permalink
Adding appveyor to signpath
Browse files Browse the repository at this point in the history
  • Loading branch information
mbdavid authored and Clement Fauchere committed Apr 5, 2024
1 parent 2682e74 commit b0ea5e0
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
version: 5.0.{build}
branches:
only:
- master
- v4
image: Visual Studio 2017
configuration:
- Debug
- Release
before_build:
- cmd: nuget restore LiteDB.sln
build:
project: LiteDB.sln
publish_nuget: true
verbosity: minimal
for:
-
matrix:
only:
- configuration: Release
artifacts:
- path: LiteDB\bin\Release\LiteDB*.nupkg
deploy:
- provider: Webhook
url: https://app.signpath.io/API/v1/f5b329b8-705f-4d6c-928a-19465b83716b/Integrations/AppVeyor?ProjectKey=LiteDB.git&SigningPolicyKey=release-signing
authorization:
secure: 3eLjGkpQC1wg1s5GIEqs7yk/V8OZNnpKmpwdsaloGExc5jMspM4nA7u/UlG5ugraEyXRC05ZxLU4FIfH2V2BEg==

0 comments on commit b0ea5e0

Please sign in to comment.