diff options
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index e4d25586..c53cc9cc 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 | ||
@@ -35,6 +33,8 @@ skip_tags: true | |||
35 | artifacts: | 33 | artifacts: |
36 | - path: build\Release\**\*.nupkg | 34 | - path: build\Release\**\*.nupkg |
37 | name: nuget | 35 | name: nuget |
36 | - path: build\Release\**\*.snupkg | ||
37 | name: snupkg | ||
38 | 38 | ||
39 | notifications: | 39 | notifications: |
40 | - provider: Slack | 40 | - provider: Slack |