File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/SourceBuild/content/repo-projects Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 10
10
<!-- Don't use the updated NuGet.config file that includes the live package feeds when testing source-only as in that configuration
11
11
the Microsoft built packages should be used. -->
12
12
<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 >
14
14
</PropertyGroup >
15
15
16
16
<!-- In source only mode, do not depend on other repositories as the scenario tests repo needs to be capable of being built
You can’t perform that action at this time.
0 commit comments