We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35437dd commit 808328eCopy full SHA for 808328e
src/libraries/externals.csproj
@@ -122,7 +122,7 @@
122
<ItemGroup>
123
<RuntimeFiles Include="@(HostFxrFile)" Condition="Exists('@(HostFxrFile)') and '$(TargetsMobile)' != 'true'"/>
124
<RuntimeFiles Include="@(HostPolicyFile)" Condition="Exists('@(HostPolicyFile)') and '$(TargetsMobile)' != 'true'" />
125
- <RuntimeFiles Include="@(_HostSymbols)" IsNative="true" Condition="'$(TargetsMobile)' != 'true'" />
+ <RuntimeFiles Include="@(_HostSymbols)" IsNative="true" Condition="Exists('@(_HostSymbols)') and '$(TargetsMobile)' != 'true'" />
126
<ReferenceCopyLocalPaths Include="@(RuntimeFiles)" />
127
<!-- Setup runtime pack native. -->
128
<ReferenceCopyLocalPaths Include="@(MonoCrossFiles)"
0 commit comments