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 b491215 commit 3076a5fCopy full SHA for 3076a5f
appveyor.yml
@@ -1,11 +1,15 @@
1
+configuration: Release
2
+
3
version: 1.0.{build}
4
5
build:
6
parallel: true
- project: RevStack.SQL.csproj
7
publish_nuget: true
8
verbosity: minimal
9
10
+before_build:
11
+ - nuget restore
12
13
assembly_info:
14
assembly_version: '{version}'
15
assembly_file_version: '{version}'
@@ -17,8 +21,9 @@ branches:
17
21
only:
18
22
- master
19
23
20
-cache:
- - packages -> **\packages.config
- - C:\downloads -> appveyor.yml
-
24
-configuration: Release
+deploy:
25
+ provider: NuGet
26
+ api_key:
27
+ secure: iQKJ68G0pbr2/BRs32RdF3JSSKMJAO3n+bIkVql5aOBmpgbsBPADiuy0meL+BWT3
28
+ skip_symbols: false
29
+ artifact: /.*\.nupkg/
0 commit comments