Photon-CI / Photon

An open-source .NET task platform designed for pipeline-as-code automation.
http://photon.ci
GNU General Public License v3.0
5 stars 5 forks source link

Package Management #12

Closed null511 closed 6 years ago

null511 commented 6 years ago

A package system needs to be implemented for creating, storing, and unpacking Project and Application packages.

null511 commented 6 years ago

Initial implementation in PR #13.

null511 commented 6 years ago

Requesting help on this, I'm having trouble with file pattern matching. The goal is to support a syntax similar to NuGet's nuspec files:

Ex: The filter bin\Debug\**\*.dll should match all *.dll files in any directory under bin\Debug

null511 commented 6 years ago

Completed package management. Moved pattern matching to #14.