Skip to content

Commit 3076a5f

Browse files
authored
Update appveyor.yml
1 parent b491215 commit 3076a5f

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

appveyor.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1+
configuration: Release
2+
13
version: 1.0.{build}
24

35
build:
46
parallel: true
5-
project: RevStack.SQL.csproj
67
publish_nuget: true
78
verbosity: minimal
89

10+
before_build:
11+
- nuget restore
12+
913
assembly_info:
1014
assembly_version: '{version}'
1115
assembly_file_version: '{version}'
@@ -17,8 +21,9 @@ branches:
1721
only:
1822
- master
1923

20-
cache:
21-
- packages -> **\packages.config
22-
- C:\downloads -> appveyor.yml
23-
24-
configuration: Release
24+
deploy:
25+
provider: NuGet
26+
api_key:
27+
secure: iQKJ68G0pbr2/BRs32RdF3JSSKMJAO3n+bIkVql5aOBmpgbsBPADiuy0meL+BWT3
28+
skip_symbols: false
29+
artifact: /.*\.nupkg/

0 commit comments

Comments
 (0)