We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2682e74 commit b0ea5e0Copy full SHA for b0ea5e0
appveyor.yml
@@ -0,0 +1,27 @@
1
+version: 5.0.{build}
2
+branches:
3
+ only:
4
+ - master
5
+ - v4
6
+image: Visual Studio 2017
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
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