Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<SystemCollectionsImmutableVersion>9.0.11</SystemCollectionsImmutableVersion>
<SystemMemoryVersion>4.5.5</SystemMemoryVersion>
<SystemReflectionMetadataVersion>8.0.0</SystemReflectionMetadataVersion>
<TestPlatformExternalsVersion>18.0.0-preview-1-10911-061</TestPlatformExternalsVersion>
<TestPlatformExternalsVersion>18.2.0-preview-1-11429-120</TestPlatformExternalsVersion>
Copy link

Copilot AI Apr 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR description says TestPlatformExternalsVersion is being bumped to 18.2.0-preview-1-11430-068, but the actual value set here is 18.2.0-preview-1-11429-120. Please align the PR description (and/or this value) so reviewers know which build is intended.

Also note this property is used for multiple packages (e.g. Microsoft.Internal.Intellitrace, Microsoft.Internal.Intellitrace.Extensions, and Microsoft.VisualStudio.QualityTools in src/package/Microsoft.TestPlatform/Microsoft.TestPlatform.csproj, plus Microsoft.Internal.TestPlatform.Extensions in the E2E sample), so this change bumps more than just Microsoft.VisualStudio.QualityTools. If that’s intended, consider reflecting the broader scope in the PR title/description.

Copilot uses AI. Check for mistakes.
<MicrosoftInternalTestPlatformExtensions>18.3.11611.365</MicrosoftInternalTestPlatformExtensions>
<TestPlatformMSDiaVersion>18.0.11024.295</TestPlatformMSDiaVersion>
<SystemDiagnosticsDiagnosticSourceVersion>8.0.1</SystemDiagnosticsDiagnosticSourceVersion>
Expand Down
Loading