-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathappveyor.yml
More file actions
42 lines (31 loc) · 846 Bytes
/
appveyor.yml
File metadata and controls
42 lines (31 loc) · 846 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
39
40
41
42
version: 1.0.{build}
pull_requests:
do_not_increment_build_number: true
branches:
only:
- master
- /v[0-9]+\.[0-9]+\.[0-9]+/
image: Visual Studio 2019
environment:
docspush_email: 32618965+cibuild-telliam@users.noreply.github.com
docspush_username: cibuild-telliam
docspush_access_token:
secure: Um8JxsB7oUh0+LctiickvLan11fab6eub3YWsxyIc/yKc+fJ3q4G/23MTU8uGXoW
skip_commits:
files:
- '**\*.md'
init:
- git config --global core.safecrlf false
- git config --global core.autocrlf input
nuget:
disable_publish_on_pr: true
account_feed: false
project_feed: false
build_script:
- ps: .\BuildAll.ps1
deploy_script:
- ps: .\Push-Docs.ps1
#test_script:
# - dotnet test .\src\ArgValidator.Tests\ArgValidator.Tests.csproj -c Release --no-build -l Appveyor
artifacts:
- path: BuildOutput/NuGet/**/*.nupkg