Skip to content

Commit 20fdc50

Browse files
authored
Disable transitive P2Ps when building scenario-tests standalone (#1105)
1 parent 20f1c2b commit 20fdc50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

repo-projects/scenario-tests.proj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
as the scenario tests repo needs to be capable of being built by itself in a standalone validation job.
1616
This also requires the use of bootstrap arcade. -->
1717
<SkipScenarioTestsDependencies Condition="'$(DotNetSourceOnlyTestOnly)' == 'true'">true</SkipScenarioTestsDependencies>
18+
<DisableTransitiveProjectReferences Condition="'$(SkipScenarioTestsDependencies)' == 'true'">true</DisableTransitiveProjectReferences>
1819
<UseBootstrapArcade Condition="'$(SkipScenarioTestsDependencies)' == 'true'">true</UseBootstrapArcade>
1920
</PropertyGroup>
2021

0 commit comments

Comments
 (0)