mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-09 17:44:48 +09:00
fix clean (#33758)
This commit is contained in:
parent
c1686da640
commit
535d957421
1 changed files with 0 additions and 5 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue