microsoft / MSBuildLocator

An API to locate MSBuild assemblies from an installed Visual Studio location. Use this to ensure that calling the MSBuild API will use the same toolset that a build from Visual Studio or msbuild.exe would.
Other
212 stars 83 forks source link

Onboarding MicroBuild #280

Closed MichalPavlik closed 4 months ago

MichalPavlik commented 4 months ago

Fix https://github.com/dotnet/msbuild/issues/9717

Use MicroBuild template to do sdl analysis.

YuliiaKovalova commented 4 months ago

Looks good to me, thank you!