Change the PackageVersionPropsFlowType to DependenciesOnly (#17011)
This commit is contained in:
parent
e5aa146e96
commit
3df53fc088
29 changed files with 16 additions and 34 deletions
|
@ -3,6 +3,12 @@
|
|||
|
||||
<PropertyGroup>
|
||||
<SkipEnsurePackagesCreated>true</SkipEnsurePackagesCreated>
|
||||
|
||||
<!--
|
||||
The default PackageVersionPropsFlowType behavior (DependenciesOnly) triggers logic that looks for a Version.Details.xml file.
|
||||
Setting the type to AllPackages will skip that logic.
|
||||
-->
|
||||
<PackageVersionPropsFlowType>AllPackages</PackageVersionPropsFlowType>
|
||||
</PropertyGroup>
|
||||
|
||||
<!-- This project file serves a couple of purpose.
|
||||
|
|
Reference in a new issue