diff options
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml index 01f87f46..43014705 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
@@ -30,13 +30,13 @@ nuget: | |||
30 | skip_branch_with_pr: true | 30 | skip_branch_with_pr: true |
31 | skip_tags: true | 31 | skip_tags: true |
32 | 32 | ||
33 | test: off | ||
34 | |||
35 | artifacts: | 33 | artifacts: |
36 | - path: build\Release\**\*.nupkg | ||
37 | name: nuget | ||
38 | - path: build\Release\**\*.msi | 34 | - path: build\Release\**\*.msi |
39 | name: msi | 35 | name: msi |
36 | - path: build\Release\**\*.nupkg | ||
37 | name: nuget | ||
38 | - path: build\Release\**\*.snupkg | ||
39 | name: snupkg | ||
40 | 40 | ||
41 | notifications: | 41 | notifications: |
42 | - provider: Slack | 42 | - provider: Slack |