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.
This commit is contained in:
Ioannis G 2020-05-21 03:10:05 +03:00
parent 04b48eb616
commit 6347893356
No known key found for this signature in database
GPG key ID: EAC0E4E5E36AC49E

View file

@ -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'