Change the PackageVersionPropsFlowType to DependenciesOnly (#17011)

This commit is contained in:
Michael Simons 2023-07-19 12:44:58 -05:00 committed by GitHub
commit 3df53fc088
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 16 additions and 34 deletions

View file

@ -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.