Skip to content

Only ship TestAdapter related resources - #4012

Merged
Amaury Levé (Evangelink) merged 1 commit into
mainfrom
resources
Nov 6, 2024
Merged

Only ship TestAdapter related resources#4012
Amaury Levé (Evangelink) merged 1 commit into
mainfrom
resources

Conversation

@nohwnd

@nohwndJakub Jareš (nohwnd) commented Nov 6, 2024

Copy link
Copy Markdown
Member

Comment threadeng/verify-nupkgs.ps1
"MSTest.Internal.TestFx.Documentation" = 10;
"MSTest.TestFramework" = 130;
"MSTest.TestAdapter" = 102;
"MSTest.TestAdapter" = 76;

@nohwndJakub Jareš (nohwnd)Nov 6, 2024

Copy link
Copy Markdown
MemberAuthor

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
Copy Markdown
MemberAuthor

Imho we should backport to 3.6

@Evangelink

Copy link
Copy Markdown
Member

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

Sign up for freeto 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

@nohwnd@Evangelink@fhnaseer