Updates:
- New Feature: The
solution-path
input is now optional. If not provided, the action will automatically search for a.sln
file within the working directory when needed. - Fix: The
solution-path
input can now reference a subfolder within your workspace.
What's Changed
- Fix: Added support for locating the solution file inside subfolders by @janstaelensskyline in PR #82.
Full Changelog: Compare v1...v1.1.2