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
Update MicroBuildSigningPlugin version and parameters (#345)
* Update MicroBuildSigningPlugin version and parameters
* Update MicroBuild plugin configuration in pipeline
Return SDKs from all dotnet location (#329)
* Return SDKs from all dotnet location
* Preserve ordering of returned SDKs across dotnet instances.
* Yield return all the available SDKs
* Add query option to search all dotnet locations
* Fix up comment wording
Co-authored-by: Rainer Sigwald <raines@microsoft.com>
* Use TryAdd
* bump the version to 1.8
---------
Co-authored-by: Rainer Sigwald <raines@microsoft.com>
Co-authored-by: YuliiaKovalova <95473390+YuliiaKovalova@users.noreply.github.com>
Update the place for AllowQueryAllRuntimeVersions (#281)
* update the plae for AllowQueryAllRuntimeVersions and bump Microsoft.VisualStudio.Setup.Configuration.Interop version
* undo version updates
* fix review comments
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>