Skip to content

Commit

Permalink
[rel/3.7] Drop MSTest.Internal.TestFx.Documentation (#4628)
Browse files Browse the repository at this point in the history
Co-authored-by: Amaury Levé <[email protected]>
  • Loading branch information
youssef-backport-bot and Evangelink authored Jan 13, 2025
1 parent 0ed409d commit 45b60c7
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 54 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@
<ItemGroup Label="Declared by MSTest.Sdk but not used directly">
<PackageVersion Include="Microsoft.Playwright.MSTest" Version="$(MicrosoftPlaywrightVersion)" />
</ItemGroup>
</Project>
</Project>
1 change: 0 additions & 1 deletion MSTest.slnf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"src\\Analyzers\\MSTest.Analyzers.CodeFixes\\MSTest.Analyzers.CodeFixes.csproj",
"src\\Analyzers\\MSTest.Analyzers.Package\\MSTest.Analyzers.Package.csproj",
"src\\Analyzers\\MSTest.Analyzers\\MSTest.Analyzers.csproj",
"src\\Package\\MSTest.Internal.TestFx.Documentation\\MSTest.Internal.TestFx.Documentation.csproj",
"src\\Package\\MSTest.Sdk\\MSTest.Sdk.csproj",
"src\\Package\\MSTest\\MSTest.csproj",
"src\\TestFramework\\TestFramework.Extensions\\TestFramework.Extensions.csproj",
Expand Down
7 changes: 0 additions & 7 deletions TestFx.sln
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestFramework.ForTestingMST
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MSTest", "src\Package\MSTest\MSTest.csproj", "{ED8534D1-3136-4915-8071-5547E8D84DC3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MSTest.Internal.TestFx.Documentation", "src\Package\MSTest.Internal.TestFx.Documentation\MSTest.Internal.TestFx.Documentation.csproj", "{37F9538E-DD88-40DA-8A32-85D6C2A7FD46}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TestingPlatformRunner", "TestingPlatformRunner", "{A9F9C49E-3CDA-4207-AA53-CC80AF1798FE}"
ProjectSection(SolutionItems) = preProject
eng\TestingPlatformRunner\TestingPlatform.Runner.targets = eng\TestingPlatformRunner\TestingPlatform.Runner.targets
Expand Down Expand Up @@ -381,10 +379,6 @@ Global
{ED8534D1-3136-4915-8071-5547E8D84DC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED8534D1-3136-4915-8071-5547E8D84DC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED8534D1-3136-4915-8071-5547E8D84DC3}.Release|Any CPU.Build.0 = Release|Any CPU
{37F9538E-DD88-40DA-8A32-85D6C2A7FD46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37F9538E-DD88-40DA-8A32-85D6C2A7FD46}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37F9538E-DD88-40DA-8A32-85D6C2A7FD46}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37F9538E-DD88-40DA-8A32-85D6C2A7FD46}.Release|Any CPU.Build.0 = Release|Any CPU
{48FAB979-8DA5-492E-8B3F-5DBBE82F659A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{48FAB979-8DA5-492E-8B3F-5DBBE82F659A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{48FAB979-8DA5-492E-8B3F-5DBBE82F659A}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down Expand Up @@ -543,7 +537,6 @@ Global
{35E90097-976B-4FF5-B55F-2F51561D7A33} = {33D3029D-E653-4929-BB31-C714178C4BEE}
{17CE999F-F3D1-48B4-A18F-8BA050C3A4AD} = {33D3029D-E653-4929-BB31-C714178C4BEE}
{ED8534D1-3136-4915-8071-5547E8D84DC3} = {E374A3A6-C364-4890-B315-D60F5C682B6E}
{37F9538E-DD88-40DA-8A32-85D6C2A7FD46} = {E374A3A6-C364-4890-B315-D60F5C682B6E}
{A9F9C49E-3CDA-4207-AA53-CC80AF1798FE} = {FE0DF239-0D81-46CA-9277-3342009E83F9}
{6AEE1440-FDF0-4729-8196-B24D0E333550} = {FF8B1B72-55A1-4FFE-809E-7B79323ED8D0}
{48FAB979-8DA5-492E-8B3F-5DBBE82F659A} = {6AEE1440-FDF0-4729-8196-B24D0E333550}
Expand Down
1 change: 0 additions & 1 deletion eng/verify-nupkgs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ function Confirm-NugetPackages {
Write-Verbose "Starting Confirm-NugetPackages."
$expectedNumOfFiles = @{
"MSTest.Sdk" = 15;
"MSTest.Internal.TestFx.Documentation" = 10;
"MSTest.TestFramework" = 148;
"MSTest.TestAdapter" = 75;
"MSTest" = 6;
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 45b60c7

Please sign in to comment.