aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
blob: 432653c6589c3304a9893438e1663663ed40df74 (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
25
26
27
image: Visual Studio 2017

version: 0.0.0.{build}
configuration: Release

environment:
  DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
  DOTNET_CLI_TELEMETRY_OPTOUT: 1
  NUGET_XMLDOC_MODE: skip

before_build:
  - nuget restore

build_script:
  - appveyor.cmd

pull_requests:
  do_not_increment_build_number: true

nuget:
  disable_publish_on_pr: true

skip_tags: true

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