Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only ship TestAdapter related resources #4012

Merged
merged 1 commit into from
Nov 6, 2024
Merged

Only ship TestAdapter related resources #4012

merged 1 commit into from
Nov 6, 2024

Conversation

nohwnd
Copy link
Member

@nohwnd nohwnd commented Nov 6, 2024

image

Fix #4006

@@ -22,7 +22,7 @@ function Confirm-NugetPackages {
"MSTest.Sdk" = 15;
"MSTest.Internal.TestFx.Documentation" = 10;
"MSTest.TestFramework" = 130;
"MSTest.TestAdapter" = 102;
"MSTest.TestAdapter" = 76;
Copy link
Member Author

@nohwnd nohwnd Nov 6, 2024

Choose a reason for hiding this comment

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

There are 13 locale, each minus 2 files.
102-13*2=76

@nohwnd
Copy link
Member Author

nohwnd commented Nov 6, 2024

Imho we should backport to 3.6

@Evangelink
Copy link
Member

Another untested fix, let's see what we break next...

@Evangelink Evangelink merged commit 766e40e into main Nov 6, 2024
7 checks passed
@Evangelink Evangelink deleted the resources branch November 6, 2024 09:27
nohwnd added a commit that referenced this pull request Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Patch 3.6.2 breaks build for non-English locales
3 participants