We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b2478c commit ab1dc25Copy full SHA for ab1dc25
tools-local/Microsoft.ML.StableApi/Microsoft.ML.StableApi.csproj
@@ -25,7 +25,6 @@
25
<ItemGroup>
26
<_contractReferencePath Include="@(ReferencePath)" Condition="'%(FileName)' == '$(ContractName)'" />
27
<_allReferenceDirectories Include="%(ReferencePath.RootDir)%(ReferencePath.Directory)" />
28
- <_contractReferencePath Include="@(ReferencePath)" Condition="'%(FileName)' == '$(ContractName)'" />
29
<_contractReferencePath DependencyPaths="@(_allReferenceDirectories)" />
30
</ItemGroup>
31
<Error Condition="'@(_contractReferencePath)' == ''" Text="Could not locate $(ContractName)" />
0 commit comments