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 Dec 18, 2022. It is now read-only.
BuildOnSave causes an error when installed in VS2015 (#59), so I decided to restrict the version range to support Visual Studio edition beginning with 2017 and upwards only (#60).
Fixes #42, #44 and probably #47. Note that this release is only capable to build .NET projects. C++ and other project types are not supported yet. See #46 for more information.
Future version of BuildOnSave will only build the projects of the changed files and "affected projects". This is a first version that supports this strategy. Also see #38.