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 file pattern matching #14

Closed null511 closed 6 years ago

null511 commented 6 years ago

This is not currently implemented. 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

Target Code Location: https://github.com/null511/Photon/blob/master/Photon.Framework/Packages/FilePatternMatching.cs#L33

null511 commented 6 years ago

Implemented in PR #17.