Skip to content

Commit

Permalink
[dotnet] Fix paths to the zipped prebuilt app bundle. (#21818)
Browse files Browse the repository at this point in the history
This is a follow-up to b4ba75d.
  • Loading branch information
rolfbjarne authored Dec 18, 2024
1 parent 61f19b3 commit 7d6b071
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions dotnet/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ $(foreach platform,$(DOTNET_WINDOWS_PLATFORMS),$(eval $(call DefineWindowsTarget
ifdef INCLUDE_HOTRESTART

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

endif

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

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

Expand Down
22 changes: 11 additions & 11 deletions dotnet/Workloads/SignList.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
<ItemGroup>
<Skip Include="System.Reflection.MetadataLoadContext.dll" />
<!-- Microsoft.iOS.Windows.Sdk content -->
<Skip Include="tools\msbuild\Microsoft.Win32.Registry.dll" />
<Skip Include="tools\msbuild\System.Buffers.dll" />
<Skip Include="tools\msbuild\System.Formats.Asn1.dll" />
<Skip Include="tools\msbuild\System.Memory.dll" />
<Skip Include="tools\msbuild\System.Numerics.Vectors.dll" />
<Skip Include="tools\msbuild\System.Runtime.CompilerServices.Unsafe.dll" />
<Skip Include="tools\msbuild\System.Security.AccessControl.dll" />
<Skip Include="tools\msbuild\System.Security.Cryptography.Pkcs.dll" />
<Skip Include="tools\msbuild\System.Security.Cryptography.ProtectedData.dll" />
<Skip Include="tools\msbuild\System.Security.Principal.Windows.dll" />
<Skip Include="tools\msbuild\ws2_32.dll" />
<Skip Include="tools\msbuild\iOS\Microsoft.Win32.Registry.dll" />
<Skip Include="tools\msbuild\iOS\System.Buffers.dll" />
<Skip Include="tools\msbuild\iOS\System.Formats.Asn1.dll" />
<Skip Include="tools\msbuild\iOS\System.Memory.dll" />
<Skip Include="tools\msbuild\iOS\System.Numerics.Vectors.dll" />
<Skip Include="tools\msbuild\iOS\System.Runtime.CompilerServices.Unsafe.dll" />
<Skip Include="tools\msbuild\iOS\System.Security.AccessControl.dll" />
<Skip Include="tools\msbuild\iOS\System.Security.Cryptography.Pkcs.dll" />
<Skip Include="tools\msbuild\iOS\System.Security.Cryptography.ProtectedData.dll" />
<Skip Include="tools\msbuild\iOS\System.Security.Principal.Windows.dll" />
<Skip Include="tools\msbuild\iOS\ws2_32.dll" />
<!-- Broker.zip -->
<Skip Include="Broker\Newtonsoft.Json.dll" />
<Skip Include="Broker\System.Net.Mqtt.dll" />
Expand Down

9 comments on commit 7d6b071

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

Please sign in to comment.