-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathappveyor.yml
More file actions
34 lines (27 loc) · 997 Bytes
/
appveyor.yml
File metadata and controls
34 lines (27 loc) · 997 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
version: 0.5.{build}
# enable patching of AssemblyInfo.* files with APPVEYOR version
assembly_info:
patch: true
file: AssemblyInfo.*
assembly_version: "{version}"
assembly_file_version: "{version}"
assembly_informational_version: "{version}"
# enable patching of dot net core/standard *.csproj files with APPVEYOR version
dotnet_csproj:
patch: true
file: '**\Zenseless.*.csproj'
version: '{version}'
package_version: '{version}'
assembly_version: '{version}'
file_version: '{version}'
informational_version: '{version}'
image: Visual Studio 2019
configuration:
- Release
before_build:
- nuget restore -Verbosity quiet
build:
publish_nuget: false # package projects with .nuspec files and push to artifacts
publish_nuget_symbols: false # generate and publish NuGet symbol packages
include_nuget_references: true # add -IncludeReferencedProjects option while packaging NuGet artifacts
verbosity: minimal # MSBuild verbosity level