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
* Use ArtifactsPath in sdk 8+ instead of IntermediateOutputPath.
Pass PublishDir property to dotnet.
* Removed IntermediateOutputPath, always use ArtifactsPath.
Updated DotNetSdkValidator.
* Fix BenchmarkRunnerClean skip non-critical validation errors.
* Force older DotNetCli partitions to build sequentially.
Revert sdk validator.
* Use `DotNetSdkValidator.GetSdkVersionFromMoniker`.
* Moved `DotNetSdkValidator.GetSdkVersionFromMoniker` to `RuntimeMonikerExtensions.GetRuntimeVersion`.
Check all configs of each partition instead of only representative.
* Updated exception message.
* Use Except to not double-compute each partition.
* Pass buildPartitions directly to event processor.
0 commit comments