mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
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:
parent
04b48eb616
commit
6347893356
1 changed files with 0 additions and 6 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue