aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml8
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:
30skip_branch_with_pr: true 30skip_branch_with_pr: true
31skip_tags: true 31skip_tags: true
32 32
33test: off
34
35artifacts: 33artifacts:
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
41notifications: 41notifications:
42- provider: Slack 42- provider: Slack