diff options
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index e4d25586..dccc2071 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
@@ -21,8 +21,6 @@ environment: | |||
21 | build_script: | 21 | build_script: |
22 | - appveyor.cmd | 22 | - appveyor.cmd |
23 | 23 | ||
24 | test: off | ||
25 | |||
26 | pull_requests: | 24 | pull_requests: |
27 | do_not_increment_build_number: true | 25 | do_not_increment_build_number: true |
28 | 26 | ||
@@ -32,9 +30,13 @@ nuget: | |||
32 | skip_branch_with_pr: true | 30 | skip_branch_with_pr: true |
33 | skip_tags: true | 31 | skip_tags: true |
34 | 32 | ||
33 | test: off | ||
34 | |||
35 | artifacts: | 35 | artifacts: |
36 | - path: build\Release\**\*.nupkg | 36 | - path: build\Release\**\*.nupkg |
37 | name: nuget | 37 | name: nuget |
38 | - path: build\Release\**\*.snupkg | ||
39 | name: snupkg | ||
38 | 40 | ||
39 | notifications: | 41 | notifications: |
40 | - provider: Slack | 42 | - provider: Slack |