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 060374e commit 65678eaCopy full SHA for 65678ea
eng/SourceBuild.props
@@ -9,7 +9,7 @@
9
10
<Target Name="ConfigureInnerBuildArg"
11
BeforeTargets="GetSourceBuildCommandConfiguration"
12
- Condition="'$(ArcadeBuildFromSource)' == 'true' or '$(DotNetBuild)' == 'true'">
+ Condition="'$(ArcadeBuildFromSource)' == 'true' or '$(DotNetBuildSourceOnly)' == 'true'">
13
<PropertyGroup>
14
<InnerBuildArgs>$(InnerBuildArgs) /p:Projects="$(InnerSourceBuildRepoRoot)sourcebuild.slnf"</InnerBuildArgs>
15
</PropertyGroup>
0 commit comments