Skip to content

Import compatibility props for multi-targeting too#39

Merged
kzu merged 1 commit intomainfrom
multi-pack
Dec 4, 2020
Merged

Import compatibility props for multi-targeting too#39
kzu merged 1 commit intomainfrom
multi-pack

Conversation

@kzu
Copy link
Copy Markdown
Member

@kzu kzu commented Dec 4, 2020

Because we were importing the compatibility props only from the non-multitargeting targets, the defaulting of PackOnBuild from GeneratePackageOnBuild was not being applied and that caused usage of that property to fail in multi-targeting projects.

By bringing in the compat props from the shared targets (used in both single and multi targeting scenarios), we can properly default all values in all types of builds.

Fixes #34

Because we were importing the compatibility props only from the non-multitargeting targets, the defaulting of PackOnBuild from GeneratePackageOnBuild was not being applied and that caused usage of that property to fail in multi-targeting projects.

By bringing in the compat props from the shared targets (used in both single and multi targeting scenarios), we can properly default all values in all types of builds.

Fixes #34
@kzu kzu merged commit fe7db53 into main Dec 4, 2020
@kzu kzu deleted the multi-pack branch December 4, 2020 03:51
@devlooped devlooped locked and limited conversation to collaborators Nov 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Multitargeting => No auto nuget package creation

1 participant