From ead8def989c291fa8f9e31760fd2c7a815595481 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Mon, 1 Mar 2021 10:05:08 -0800 Subject: Update to latest build infrastructure --- appveyor.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index f602d07c..c53cc9cc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,8 +21,6 @@ environment: build_script: - appveyor.cmd -test: off - pull_requests: do_not_increment_build_number: true @@ -35,8 +33,8 @@ skip_tags: true artifacts: - path: build\Release\**\*.nupkg name: nuget -- path: build\Release\**\*.msi - name: msi +- path: build\Release\**\*.snupkg + name: snupkg notifications: - provider: Slack -- cgit v1.2.3-55-g6feb