Setup-MSBuild
Setup-MSBuild copied to clipboard
Set up your GitHub Actions workflow to add MSBuild.exe into the PATH
See: https://github.com/Jeff-Tian/blogengine.net/runs/429701702?check_suite_focus=true I use this action to build a solution file, which claims: ``` "D:\a\blogengine.net\blogengine.net\Source\BlogEngine\BlogEngine.sln" (default target) (1) -> "D:\a\blogengine.net\blogengine.net\Source\BlogEngine\BlogEngine_NET.metaproj" (default target) (2) -> (Build target) -> D:\a\blogengine.net\blogengine.net\Source\BlogEngine\BlogEngine.NET\web.config(96): error ASPCONFIG:...
The current version this action uses is 2.7.1, which isn't the latest.