Skip to content

Commit

Permalink
Enable PVP flow for SBRP and sourcelink (dotnet#15437)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Simons <msimons@microsoft.com>
  • Loading branch information
mmitche and MichaelSimons committed Feb 23, 2023
1 parent e83e125 commit ee2f220
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

<!-- SBRP builds before Arcade so it also needs the bootstrap Arcade version -->
<UseBootstrapArcade>true</UseBootstrapArcade>

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

<Target Name="AddLocalNuGetPackageCacheDirectory" BeforeTargets="Build">
Expand Down
2 changes: 2 additions & 0 deletions src/SourceBuild/content/repo-projects/sourcelink.proj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

<!-- SourceLink builds before Arcade so it also needs the bootstrap Arcade version -->
<UseBootstrapArcade>true</UseBootstrapArcade>

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

<ItemGroup>
Expand Down

0 comments on commit ee2f220

Please sign in to comment.