Skip to content

Commit

Permalink
Exclude AssemblyStripper from source-build (dotnet#71691)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSimons authored Jul 6, 2022
1 parent 11bfa9b commit 6d384fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tasks/tasks.proj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

<!-- These projects do not need to be built during source-build. -->
<!-- For example, they may take dependencies on pre-built packages that aren't build-from-source. e.g. 'Microsoft.DotNet.CilStrip.Sources' -->
<ProjectReference Remove="MonoTargetsTasks\MonoTargetsTasks.csproj"
<ProjectReference Remove="MonoTargetsTasks\MonoTargetsTasks.csproj;
MonoTargetsTasks\ILStrip\AssemblyStripper\AssemblyStripper.csproj"
Condition="'$(DotNetBuildFromSource)' == 'true'" />
</ItemGroup>

Expand Down

0 comments on commit 6d384fc

Please sign in to comment.