Skip to content

Commit c727e93

Browse files
committed
Update appveyor config.
1 parent b7cad28 commit c727e93

1 file changed

Lines changed: 13 additions & 4 deletions

File tree

appveyor.yml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,28 @@
11
version: 1.0.0-{build}
2-
image: Visual Studio 2017
32
pull_requests:
43
do_not_increment_build_number: true
54
branches:
65
only:
76
- master
7+
skip_tags: true
8+
max_jobs: 1
9+
clone_depth: 1
10+
11+
image: Visual Studio 2017
12+
813
cache:
914
- '%USERPROFILE%\.nuget\packages -> **\*.csproj'
1015

1116
init:
1217
- git config --global core.autocrlf true
1318

19+
nuget:
20+
account_feed: true
21+
project_feed: true
22+
disable_publish_on_pr: true
23+
24+
configuration: Release
25+
1426
before_build:
1527
- dotnet --version
1628
- dotnet restore --verbosity m
@@ -24,6 +36,3 @@ test:
2436
assemblies:
2537
only:
2638
- 'UnitTests\bin\**\UnitTests.dll'
27-
28-
# artifacts:
29-
# - path: '**\*.nupkg'

0 commit comments

Comments
 (0)