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 e97d209Copy full SHA for e97d209
appveyor.yml
@@ -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
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