Change the PackageVersionPropsFlowType to DependenciesOnly (#17011)

This commit is contained in:
Michael Simons 2023-07-19 12:44:58 -05:00 committed by GitHub
parent e5aa146e96
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

@ -21,8 +21,6 @@
<BuildCommandArgs>$(StandardSourceBuildArgs)</BuildCommandArgs>
<BuildCommand>$(ProjectDirectory)eng/source-build/build$(ShellExtension) $(BuildCommandArgs)</BuildCommand>
<PackageVersionPropsFlowType>DependenciesOnly</PackageVersionPropsFlowType>
</PropertyGroup>
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />