-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
appveyor.yml
28 lines (28 loc) · 888 Bytes
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# help with multiple branches and config files: https://www.appveyor.com/blog/2014/07/23/appveyor-yml-and-multiple-branches/
environment:
releaseVersion: '3.0.0'
version: '$(releaseVersion).{build}'
configuration: Release
image: Visual Studio 2017
assembly_info:
patch: true
file: AssemblyInfo.cs
assembly_version: '$(releaseVersion).{build}'
assembly_file_version: '$(releaseVersion).{build}'
assembly_informational_version: '{version}'
before_build:
- nuget restore src\Elmah.Io.ElasticSearch.sln
build:
publish_nuget: true
deploy:
provider: NuGet
#server: # remove to push to NuGet.org
api_key:
secure: wbl6ovoCjdxrQXiPXeoRXT3d714EE8wDChhqhFw/CNvGukD4r89aq+yXolb7fZ+h
skip_symbols: false
#symbol_server: # remove to push symbols to SymbolSource.org
artifact: /.*\.nupkg/
on:
branch:
- master
#- /release*/