[dotnet] Use the correct relative paths for Info.plist for all platforms.

Fixes this error:

> Unable to merge the file 'Contents/Info.plist', it's different between the input app bundles.
This commit is contained in:
Rolf Bjarne Kvinge 2021-06-24 11:59:22 +02:00
Родитель c5dad31fd0
Коммит 1fa1cf3650
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -314,7 +314,7 @@
SessionId="$(BuildSessionId)"
Condition="'$(IsMacEnabled)' == 'true'"
ArchitectureSpecificFiles="@(_ArchitectureSpecificFiles)"
IgnoreFiles="Info.plist"
IgnoreFiles="$(_AppBundleManifestRelativePath)Info.plist"
InputAppBundles="@(_AssemblyPublishDirectories)"
OutputAppBundle="$(MSBuildProjectDirectory)/$(_AppBundlePath)"
SdkDevPath="$(_SdkDevPath)"