We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7cad28 commit c727e93Copy full SHA for c727e93
1 file changed
appveyor.yml
@@ -1,16 +1,28 @@
1
version: 1.0.0-{build}
2
-image: Visual Studio 2017
3
pull_requests:
4
do_not_increment_build_number: true
5
branches:
6
only:
7
- master
+skip_tags: true
8
+max_jobs: 1
9
+clone_depth: 1
10
+
11
+image: Visual Studio 2017
12
13
cache:
14
- '%USERPROFILE%\.nuget\packages -> **\*.csproj'
15
16
init:
17
- git config --global core.autocrlf true
18
19
+nuget:
20
+ account_feed: true
21
+ project_feed: true
22
+ disable_publish_on_pr: true
23
24
+configuration: Release
25
26
before_build:
27
- dotnet --version
28
- dotnet restore --verbosity m
@@ -24,6 +36,3 @@ test:
36
assemblies:
37
38
- 'UnitTests\bin\**\UnitTests.dll'
-
-# artifacts:
29
-# - path: '**\*.nupkg'
0 commit comments