зеркало из https://github.com/mono/SkiaSharp.git
Only process assemblies that exist (#2864)
This commit is contained in:
Родитель
bfd166e463
Коммит
1760351123
|
@ -151,7 +151,7 @@ internal partial class VersionConstants {
|
|||
<Target Name="_RemoveObsoleteItemsFromReferenceAssembly"
|
||||
AfterTargets="CoreCompile"
|
||||
Condition="'$(ProduceReferenceAssembly)' == 'true'">
|
||||
<RemoveObsoleteSymbols Assembly="@(IntermediateRefAssembly)" />
|
||||
<RemoveObsoleteSymbols Assembly="@(IntermediateRefAssembly)" Condition="Exists('@(IntermediateRefAssembly)')" />
|
||||
</Target>
|
||||
|
||||
<!--
|
||||
|
|
Загрузка…
Ссылка в новой задаче