Releases: microsoft/MSBuildLocator
Releases · microsoft/MSBuildLocator
v1.7.8
What's Changed
- Onboarding MicroBuild by @MichalPavlik in #280
- Add ApplyDotNetSdkEnvironmentVariables for custom MSBuild path(s) by @YuliiaKovalova in #283
- Update the place for AllowQueryAllRuntimeVersions by @YuliiaKovalova in #281
- Port the changes from main - ApplyDotNetSdkEnvironmentVariables, AllowQueryAllRuntimeVersions by @YuliiaKovalova in #284
Full Changelog: v1.7.1...v1.7.8
v1.7.1
What's Changed
- Update MSBuildLocator.cs by @chrisdaiii in #270
- Update condition for max version limitation & add package tags by @YuliiaKovalova in #265
New Contributors
- @chrisdaiii made their first contribution in #270
Full Changelog: v1.6.10...v1.7.1
MSBuildLocator 1.6.10
What's Changed
- Enable .NET SDK package validation by @rainersigwald in #240
- Bump Microsoft.NET.Test.Sdk from 17.7.1 to 17.7.2 by @dependabot in #241
- update warning presence in Microsoft.Build.Locator.targets by @YuliiaKovalova in #233
- add probing of all available path candidates + return missed DOTNET_HOST_PATH set change by @YuliiaKovalova in #243
- Bump xunit.runner.visualstudio from 2.5.0 to 2.5.1 by @dependabot in #245
- Bump xunit from 2.5.0 to 2.5.1 by @dependabot in #246
- Release DOTNET_ROOT handling changes and packages warning presence condition by @YuliiaKovalova in #247
Full Changelog: v1.2.6...v1.6.10
MSBuildLocator 1.2.6
Reference MicroBuild.Core unconditionally The conditional reference caused this package to not apply to the .NET Core build, meaning that the NuGet package was only partially signed, not including the netcoreapp2.0 one. Fixes #71. Co-authored-by: Ben Villalobos <bevillal@microsoft.com>
1.0.18
Minor update to the stable release of Microsoft.Build.Locator. It is available on nuget.org.
Bug Fixes since 1.0.13:
- Fix potential null-reference if "VSCMD_VER" is not set (#34). Thanks @DustinCampbell!
Other improvements:
1.0.13
This is the first stable release of Microsoft.Build.Locator. It is available on nuget.org.
Bug Fixes since 1.0.7-preview:
- Be more tolerant of errors in Visual Studio installation (#19). Thanks, @vicancy!
- Only redirect loads of assemblies that match MSBuild's PublicKeyToken as well as assembly names (#24).