Skip to content

Commit

Permalink
Only build the Microsoft.FSharp.Compiler.sln solution in the VMR (#18299
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jkoritzinsky authored Feb 8, 2025
1 parent ee55997 commit ad29712
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions eng/DotNetBuild.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
the cloned source in the inner build.
-->
<Target Name="ConfigureInnerBuildArg"
BeforeTargets="GetSourceBuildCommandConfiguration"
Condition="'$(DotNetBuildSourceOnly)' == 'true'">
BeforeTargets="GetSourceBuildCommandConfiguration">
<PropertyGroup>
<InnerBuildArgs>$(InnerBuildArgs) /p:Projects="$(InnerSourceBuildRepoRoot)\Microsoft.FSharp.Compiler.sln"</InnerBuildArgs>
</PropertyGroup>
Expand Down

0 comments on commit ad29712

Please sign in to comment.