Skip to content

Commit

Permalink
Adding appveyor to signpath
Browse files Browse the repository at this point in the history
mbdavid committed Oct 25, 2019
1 parent 9f2369c commit 5a311e4
Showing 2 changed files with 38 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LiteDB/LiteDB.csproj
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
<NeutralLanguage>en-US</NeutralLanguage>
<Title>LiteDB</Title>
<PackageId>LiteDB</PackageId>
<PackageVersion>5.0.0-alpha2</PackageVersion>
<PackageVersion>5.0.0-beta</PackageVersion>
<PackageTags>database nosql embedded</PackageTags>
<PackageIconUrl>http://www.litedb.org/img/logo_64x64.png</PackageIconUrl>
<PackageProjectUrl>https://www.litedb.org</PackageProjectUrl>
37 changes: 37 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
version: 5.0.{build}
branches:
only:
- master
image: Visual Studio 2017
configuration:
- Debug
- Release
platform: Any CPU
before_build:
- cmd: nuget restore LiteDB.sln
build:
project: LiteDB.sln
verbosity: minimal
for:
-
matrix:
only:
- configuration: Release
artifacts:
- path: LiteDB\bin\Release\net45\LiteDB.dll
deploy:
- provider: Webhook
url: https://app.signpath.io/API/v1/f5b329b8-705f-4d6c-928a-19465b83716b/Integrations/AppVeyor?ProjectKey=LiteDB.gitDB&SigningPolicyKey=release-signing
authorization:
secure: 3eLjGkpQC1wg1s5GIEqs7yk/V8OZNnpKmpwdsaloGExc5jMspM4nA7u/UlG5ugraEyXRC05ZxLU4FIfH2V2BEg==
-
matrix:
only:
- configuration: Debug
artifacts:
- path: LiteDB\bin\Debug\net45\LiteDB.dll
deploy:
- provider: Webhook
url: https://app.signpath.io/API/v1/f5b329b8-705f-4d6c-928a-19465b83716b/Integrations/AppVeyor?ProjectKey=LiteDB.gitDB&SigningPolicyKey=test-signing
authorization:
secure: 3eLjGkpQC1wg1s5GIEqs7yk/V8OZNnpKmpwdsaloGExc5jMspM4nA7u/UlG5ugraEyXRC05ZxLU4FIfH2V2BEg==

0 comments on commit 5a311e4

Please sign in to comment.