Skip to content

Commit

Permalink
Include InstallDotNetCore task so that it can be used when DotNetBuil…
Browse files Browse the repository at this point in the history
…dFromSource is not true (#14217)

This is required for the VMR build when DotNetBuildFromSource is not set: dotnet/source-build#3704
  • Loading branch information
akoeplinger authored Nov 9, 2023
1 parent 4e45875 commit a6513a1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@

<ItemGroup>
<Compile Include="..\Common\Internal\AssemblyResolution.cs" Link="src\AssemblyResolution.cs" />
<Compile Remove="src\InstallDotNetCore.cs" Condition="'$(DotNetBuildFromSource)' == 'true'" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit a6513a1

Please sign in to comment.