Skip to content

Fix buildtransitive vs buildTransitive difference#6436

Merged
mavasani merged 1 commit intodotnet:mainfrom
ViktorHofer:patch-1
Jan 17, 2023
Merged

Fix buildtransitive vs buildTransitive difference#6436
mavasani merged 1 commit intodotnet:mainfrom
ViktorHofer:patch-1

Conversation

@ViktorHofer
Copy link
Copy Markdown
Member

NuGet expects build files that should be transitively applied to a consuming project to be in a folder called "buildTransitive". afee469 moved config files into that folder but the change had a typo as it specified "buildtransitive" instead of "buildTransitive". That resulted in a mismatch during pack time.

Fixes dependency update in dotnet/sdk#29911

NuGet expects build files that should be transitively applied to a consuming project to be in a folder called "buildTransitive". dotnet@afee469 moved config files into that folder but the change had a typo as it specified "buildtransitive" instead of "buildTransitive". That resulted in a mismatch during pack time.

Fixes dependency update in dotnet/sdk#29911
@ViktorHofer ViktorHofer requested a review from a team as a code owner January 17, 2023 11:25
@ViktorHofer
Copy link
Copy Markdown
Member Author

cc @mavasani

@mavasani
Copy link
Copy Markdown

Ah, my bad. Thanks for the fix!

@mavasani mavasani enabled auto-merge January 17, 2023 11:45
@mavasani mavasani merged commit 22ea642 into dotnet:main Jan 17, 2023
@github-actions github-actions Bot added this to the vNext milestone Jan 17, 2023
@ViktorHofer ViktorHofer deleted the patch-1 branch January 17, 2023 12:38
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.

2 participants