Skip to content

Commit 483c975

Browse files
committed
Use condition for arcade bootstrap
1 parent 2eb97de commit 483c975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SourceBuild/content/repo-projects/scenario-tests.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<!-- Don't use the updated NuGet.config file that includes the live package feeds when testing source-only as in that configuration
1111
the Microsoft built packages should be used. -->
1212
<TestArgs Condition="'$(DotNetBuildSourceOnly)' == 'true' and '$(DotNetSourceOnlyTestOnly)' != 'true'">$(TestArgs) /p:TestRestoreConfigFile=$(OriginalNuGetConfigFile)</TestArgs>
13-
<UseBootstrapArcade>true</UseBootstrapArcade>
13+
<UseBootstrapArcade Condition="'$(DotNetBuildSourceOnly)' == 'true' and '$(DotNetSourceOnlyTestOnly)' == 'true'">true</UseBootstrapArcade>
1414
</PropertyGroup>
1515

1616
<!-- In source only mode, do not depend on other repositories as the scenario tests repo needs to be capable of being built

0 commit comments

Comments
 (0)