Skip to content

Commit 30c79c9

Browse files
Enable per repo pvp for vstest in source build (#16576)
1 parent b06809a commit 30c79c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/SourceBuild/content/repo-projects/vstest.proj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
<!-- IDE0059 - Unnecessary assignment of a value: https://github.com/microsoft/vstest/issues/4424 -->
1212
<!-- SYSLIB0051 - Type or member is obsolete: https://github.com/microsoft/vstest/pull/4425 -->
1313
<RepoNoWarns>IDE0059;SYSLIB0051</RepoNoWarns>
14+
15+
<PackageVersionPropsFlowType>DependenciesOnly</PackageVersionPropsFlowType>
1416
</PropertyGroup>
1517

1618
<ItemGroup>

0 commit comments

Comments
 (0)