Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Sep 5, 2025

This PR updates all MSTest project templates in the template_feed to use MSTest version 4.0.0-preview.25454.2, replacing the previous version 4.0.0-preview.25415.9.

The following template files were updated:

  • MSTest-CSharp/Company.TestProject1.csproj
  • MSTest-VisualBasic/Company.TestProject1.vbproj
  • MSTest-FSharp/Company.TestProject1.fsproj
  • Playwright-MSTest-CSharp/Company.TestProject1.csproj

Each template file contains two references to MSTest that were updated:

  1. The MSTest.Sdk reference in the project SDK attribute: <Project Sdk="MSTest.Sdk/4.0.0-preview.25454.2">
  2. The MSTest package reference: <PackageReference Include="MSTest" Version="4.0.0-preview.25454.2" />

The changes ensure that new projects created using these templates will use the updated MSTest preview version. The template project builds successfully and the packaged templates contain the correct version references.

Fixes #50651.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Update MSTest templates to 4.0.0-preview.25454.2 Update MSTest templates to 4.0.0-preview.25454.2 Sep 5, 2025
Copilot AI requested a review from Youssef1313 September 5, 2025 06:46
Copilot finished work on behalf of Youssef1313 September 5, 2025 06:46
@Youssef1313 Youssef1313 changed the base branch from main to release/10.0.1xx September 5, 2025 06:53
@Youssef1313 Youssef1313 marked this pull request as ready for review September 5, 2025 06:54
@Youssef1313 Youssef1313 requested a review from a team as a code owner September 5, 2025 06:54
@Youssef1313 Youssef1313 enabled auto-merge (squash) September 5, 2025 07:34
@Youssef1313
Copy link
Member

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@Youssef1313 Youssef1313 merged commit 3d05f60 into release/10.0.1xx Sep 6, 2025
28 of 29 checks passed
@Youssef1313 Youssef1313 deleted the copilot/fix-50651 branch September 6, 2025 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update MSTest templates to 4.0.0-preview.25454.2

3 participants