We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20f1c2b commit 20fdc50Copy full SHA for 20fdc50
repo-projects/scenario-tests.proj
@@ -15,6 +15,7 @@
15
as the scenario tests repo needs to be capable of being built by itself in a standalone validation job.
16
This also requires the use of bootstrap arcade. -->
17
<SkipScenarioTestsDependencies Condition="'$(DotNetSourceOnlyTestOnly)' == 'true'">true</SkipScenarioTestsDependencies>
18
+ <DisableTransitiveProjectReferences Condition="'$(SkipScenarioTestsDependencies)' == 'true'">true</DisableTransitiveProjectReferences>
19
<UseBootstrapArcade Condition="'$(SkipScenarioTestsDependencies)' == 'true'">true</UseBootstrapArcade>
20
</PropertyGroup>
21
0 commit comments