Skip to content

Pass in properties for inner build targets#342

Merged
jeffkl merged 1 commit intomicrosoft:mainfrom
ViktorHofer:patch-5
Mar 3, 2022
Merged

Pass in properties for inner build targets#342
jeffkl merged 1 commit intomicrosoft:mainfrom
ViktorHofer:patch-5

Conversation

@ViktorHofer
Copy link
Copy Markdown
Member

As the Clean, Test and VSTest targets exist in inner builds, we should pass in properties that ResolveProjectReferences in Common.targets passes in as well. The Build and GetTargetPath targets already do so but the above listed targets don't which causes unnecessary clean and test invocations when a specific target framework is set.

cc @jeffkl @ericstj

As the `Clean`, `Test` and `VSTest` targets exist in inner builds, we should pass in properties that `ResolveProjectReferences` in Common.targets passes in as well. The Build and GetTargetPath targets already do so but the above listed targets don't which causes unnecessary clean and test invocations when a specific target framework is set.
Copy link
Copy Markdown
Contributor

@jeffkl jeffkl left a comment

Choose a reason for hiding this comment

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

Thanks for the contribution!

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