Skip to content

Commit

Permalink
Revert "fix clean (#33758)"
Browse files Browse the repository at this point in the history
This reverts commit 535d957.
  • Loading branch information
ViktorHofer committed Jul 23, 2020
1 parent 3638155 commit e702aa4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions eng/resolveContract.targets
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@

<ItemGroup Condition="'$(HasMatchingContract)' == 'true'">
<ResolvedMatchingContract Condition="Exists('$(ContractAssemblyPath)')" Include="$(ContractAssemblyPath)" />
<!-- If the contract doesn't exist in the default contract output path add a project reference to the contract project to resolve -->
<ProjectReference Condition="'@(ResolvedMatchingContract)' == ''" Include="$(ContractProject)">
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<OutputItemType>ResolvedMatchingContract</OutputItemType>
</ProjectReference>
</ItemGroup>

<!-- intentionally empty since we no longer need a target -->
Expand Down

0 comments on commit e702aa4

Please sign in to comment.