-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
38 lines (30 loc) · 787 Bytes
/
appveyor.yml
File metadata and controls
38 lines (30 loc) · 787 Bytes
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
29
30
31
32
33
34
35
36
37
38
branches:
# whitelist
# blacklist
except:
- gh-pages
image: Visual Studio 2015
configuration: Release
platform: Any CPU
assembly_info:
patch: false
before_build:
- cmd: nuget restore PA.Utilities.sln
build:
project: PA.Utilities.sln # path to Visual Studio solution or project
publish_nuget: false # package projects with .nuspec files and push to artifacts
publish_nuget_symbols: true # generate and publish NuGet symbol packages
include_nuget_references: true # add -IncludeReferencedProjects option while packaging NuGet artifacts
verbosity: normal
test: off
artifacts:
- path: '**/PA.Utilities.*.nupkg'
deploy:
- provider: Environment
name: NuGet
on:
branch: master
- provider: Environment
name: github.com
on:
branch: master