fix clean (#33758)
authorAnirudh Agnihotry <anirudhagnihotry098@gmail.com>
Tue, 24 Mar 2020 14:18:37 +0000 (07:18 -0700)
committerGitHub <noreply@github.com>
Tue, 24 Mar 2020 14:18:37 +0000 (07:18 -0700)
eng/resolveContract.targets

index 9598aec..2f59f5d 100644 (file)
 
   <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 -->