-
Notifications
You must be signed in to change notification settings - Fork 64
Solution
Jonathan Morley edited this page Aug 26, 2016
·
1 revision
The Albacore::Solution
class encapsulates data stored in .sln
files.
require 'albacore/solution'
solution = Albacore::Solution.new('C:/dotnet/solution.sln')
projects = solution.projects