Skip to content

Commit 6347893

Browse files
committed
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.
1 parent 04b48eb commit 6347893

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

appveyor.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ build:
3434
verbosity: minimal
3535

3636
artifacts:
37-
- path: 'Output\Packages\*.exe'
38-
name: Setup File
39-
- path: 'Output\Packages\*.nupkg'
40-
name: Squirrel nupkg
41-
- path: 'Output\Packages\RELEASES'
42-
name: Squirrel RELEASES
4337
- path: 'Output\Packages\Flow-Launcher-*.zip'
4438
name: Zip
4539
- path: 'Output\Release\Flow.Launcher.Plugin.*.nupkg'

0 commit comments

Comments
 (0)