From 63478933568396d39809722d804d73d67ba1a797 Mon Sep 17 00:00:00 2001 From: Ioannis G Date: Thu, 21 May 2020 03:10:05 +0300 Subject: [PATCH] appveyor: ignore squirrel artifacts The squirrel artifats produced (nupkg, RELEASES and exe) are not ready for deployment as they depend on the .net core runtime being installed. We remove them temporarily from the build artifacts to avoid confusion, until this issue has been addressed. --- appveyor.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 243e3ed2c..fb13b0796 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -34,12 +34,6 @@ build: verbosity: minimal artifacts: -- path: 'Output\Packages\*.exe' - name: Setup File -- path: 'Output\Packages\*.nupkg' - name: Squirrel nupkg -- path: 'Output\Packages\RELEASES' - name: Squirrel RELEASES - path: 'Output\Packages\Flow-Launcher-*.zip' name: Zip - path: 'Output\Release\Flow.Launcher.Plugin.*.nupkg'