Skip to content

Commit 7d6b071

Browse files
authored
[dotnet] Fix paths to the zipped prebuilt app bundle. (#21818)
This is a follow-up to b4ba75d.
1 parent 61f19b3 commit 7d6b071

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

dotnet/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ $(foreach platform,$(DOTNET_WINDOWS_PLATFORMS),$(eval $(call DefineWindowsTarget
5858
ifdef INCLUDE_HOTRESTART
5959

6060
iOS_WINDOWS_NUGET_TARGETS += \
61-
$(DOTNET_DESTDIR)/$(IOS_NUGET_WINDOWS_SDK_NAME)/tools/msbuild/Xamarin.PreBuilt.iOS.app.zip \
61+
$(DOTNET_DESTDIR)/$(IOS_NUGET_WINDOWS_SDK_NAME)/tools/msbuild/iOS/Xamarin.PreBuilt.iOS.app.zip \
6262

6363
endif
6464

@@ -507,7 +507,7 @@ clean-local::
507507
$(Q) $(DOTNET) restore package/workaround-for-maccore-issue-2427/restore.csproj /bl:package/workaround-for-maccore-issue-2427/restore.binlog $(MSBUILD_VERBOSITY)
508508
$(Q) touch $@
509509

510-
$(DOTNET_DESTDIR)/$(IOS_NUGET_WINDOWS_SDK_NAME)/tools/msbuild/Xamarin.PreBuilt.iOS.app.zip: .stamp-install-workloads
510+
$(DOTNET_DESTDIR)/$(IOS_NUGET_WINDOWS_SDK_NAME)/tools/msbuild/iOS/Xamarin.PreBuilt.iOS.app.zip: .stamp-install-workloads
511511
$(Q) $(MAKE) -C $(TOP)/msbuild/Xamarin.HotRestart.PreBuilt all
512512
$(Q) touch $@
513513

dotnet/Workloads/SignList.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
<ItemGroup>
44
<Skip Include="System.Reflection.MetadataLoadContext.dll" />
55
<!-- Microsoft.iOS.Windows.Sdk content -->
6-
<Skip Include="tools\msbuild\Microsoft.Win32.Registry.dll" />
7-
<Skip Include="tools\msbuild\System.Buffers.dll" />
8-
<Skip Include="tools\msbuild\System.Formats.Asn1.dll" />
9-
<Skip Include="tools\msbuild\System.Memory.dll" />
10-
<Skip Include="tools\msbuild\System.Numerics.Vectors.dll" />
11-
<Skip Include="tools\msbuild\System.Runtime.CompilerServices.Unsafe.dll" />
12-
<Skip Include="tools\msbuild\System.Security.AccessControl.dll" />
13-
<Skip Include="tools\msbuild\System.Security.Cryptography.Pkcs.dll" />
14-
<Skip Include="tools\msbuild\System.Security.Cryptography.ProtectedData.dll" />
15-
<Skip Include="tools\msbuild\System.Security.Principal.Windows.dll" />
16-
<Skip Include="tools\msbuild\ws2_32.dll" />
6+
<Skip Include="tools\msbuild\iOS\Microsoft.Win32.Registry.dll" />
7+
<Skip Include="tools\msbuild\iOS\System.Buffers.dll" />
8+
<Skip Include="tools\msbuild\iOS\System.Formats.Asn1.dll" />
9+
<Skip Include="tools\msbuild\iOS\System.Memory.dll" />
10+
<Skip Include="tools\msbuild\iOS\System.Numerics.Vectors.dll" />
11+
<Skip Include="tools\msbuild\iOS\System.Runtime.CompilerServices.Unsafe.dll" />
12+
<Skip Include="tools\msbuild\iOS\System.Security.AccessControl.dll" />
13+
<Skip Include="tools\msbuild\iOS\System.Security.Cryptography.Pkcs.dll" />
14+
<Skip Include="tools\msbuild\iOS\System.Security.Cryptography.ProtectedData.dll" />
15+
<Skip Include="tools\msbuild\iOS\System.Security.Principal.Windows.dll" />
16+
<Skip Include="tools\msbuild\iOS\ws2_32.dll" />
1717
<!-- Broker.zip -->
1818
<Skip Include="Broker\Newtonsoft.Json.dll" />
1919
<Skip Include="Broker\System.Net.Mqtt.dll" />

0 commit comments

Comments
 (0)