You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 6, 2018. It is now read-only.
Today we only support globbing files given some patterns. We should allow globbing directories as well.
Sample usage:
and it turns something like
[ "solutionRoot/submodules/FileSystem/src", "solutionRoot/submodules/NuGet/src"]This is useful in certain scenarios like project resolution.
/cc @troydai