Skip to content

Commit ee2f220

Browse files
Enable PVP flow for SBRP and sourcelink (#15437)
Co-authored-by: Michael Simons <[email protected]>
1 parent e83e125 commit ee2f220

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/SourceBuild/content/repo-projects/source-build-reference-packages.proj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
<!-- SBRP builds before Arcade so it also needs the bootstrap Arcade version -->
1414
<UseBootstrapArcade>true</UseBootstrapArcade>
15+
16+
<PackageVersionPropsFlowType>DependenciesOnly</PackageVersionPropsFlowType>
1517
</PropertyGroup>
1618

1719
<Target Name="AddLocalNuGetPackageCacheDirectory" BeforeTargets="Build">

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
<!-- SourceLink builds before Arcade so it also needs the bootstrap Arcade version -->
1010
<UseBootstrapArcade>true</UseBootstrapArcade>
11+
12+
<PackageVersionPropsFlowType>DependenciesOnly</PackageVersionPropsFlowType>
1113
</PropertyGroup>
1214

1315
<ItemGroup>

0 commit comments

Comments
 (0)