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
216 stars 83 forks source link

Add NuGet keyword "MSBuildLocator" #101

Closed rainersigwald closed 6 months ago

rainersigwald commented 3 years ago

I just told @BenVillalobos to add a reference to "MSBuildLocator" and quite reasonably he typed msbuildlocator into NuGet search, which found Nuke.MSBuildLocator but not Microsoft.Build.Locator.

Can we put metadata into the package so it turns up under that search?

YuliiaKovalova commented 8 months ago

@rainersigwald , could you check if the search returns now the desirable outcome: image

rainersigwald commented 8 months ago

Boo, it looks like it's case-sensitive: image