Skip to content

Commit

Permalink
fix clean (dotnet#33758)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anipik authored Mar 24, 2020
1 parent c1686da commit 535d957
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions eng/resolveContract.targets
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@

<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 535d957

Please sign in to comment.