Skip to content

Commit

Permalink
Enable per repo pvp for format, fsharp, and test-templates (#16540)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSimons committed May 31, 2023
1 parent 7525f83 commit e917541
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/SourceBuild/content/repo-projects/format.proj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

<!-- CS9057 - Caused by incoherency of analyzer assemblies during pre-release builds. -->
<RepoNoWarns>CS9057</RepoNoWarns>

<PackageVersionPropsFlowType>DependenciesOnly</PackageVersionPropsFlowType>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions src/SourceBuild/content/repo-projects/fsharp.proj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<BuildCommand>$(StandardSourceBuildCommand) $(BuildCommandArgs)</BuildCommand>

<LogVerbosityOptOut>true</LogVerbosityOptOut>
<PackageVersionPropsFlowType>DependenciesOnly</PackageVersionPropsFlowType>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions src/SourceBuild/content/repo-projects/test-templates.proj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<BuildCommand>$(StandardSourceBuildCommand) $(BuildCommandArgs)</BuildCommand>

<LogVerbosityOptOut>true</LogVerbosityOptOut>
<PackageVersionPropsFlowType>DependenciesOnly</PackageVersionPropsFlowType>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit e917541

Please sign in to comment.