aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
blob: fc70dbef75f1b94ea9c1e46277a964bebbcb0440 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
image: Visual Studio 2017

version: 0.0.0.{build}
configuration: Release
platform:
  - x86
  - x64

environment:
  DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
  DOTNET_CLI_TELEMETRY_OPTOUT: 1
  NUGET_XMLDOC_MODE: skip

pull_requests:
  do_not_increment_build_number: true

nuget:
  disable_publish_on_pr: true

skip_tags: true

artifacts:
- path: build\Release\**\*.nupkg
  name: nuget