Skip to content

Commit

Permalink
[release/9.0.1xx] Update dependencies from xamarin/xamarin-macios (#2…
Browse files Browse the repository at this point in the history
…1772)

This pull request updates the following dependencies

## From https://github.com/xamarin/xamarin-macios

- **Subscription**: a4973194-3732-4dd5-9fca-ae6db6f908ec
- **Build**: 20241206.4
- **Date Produced**: December 6, 2024 9:30:26 PM UTC
- **Commit**: 0ee2837
- **Branch**: refs/heads/release/8.0.1xx-xcode16.0

- **Updates**:
  - **Microsoft.iOS.Sdk.net8.0_18.0**: [from 18.0.8318 to 18.0.8319][1]
  - **Microsoft.MacCatalyst.Sdk.net8.0_18.0**: [from 18.0.8318 to 18.0.8319][1]
  - **Microsoft.macOS.Sdk.net8.0_15.0**: [from 15.0.8318 to 15.0.8319][1]
  - **Microsoft.tvOS.Sdk.net8.0_18.0**: [from 18.0.8318 to 18.0.8319][1]

[1]: 015d348...0ee2837
  • Loading branch information
dotnet-maestro[bot] authored Dec 9, 2024
1 parent 62144f7 commit 0888610
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<clear />
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
<!-- Begin: Package sources from xamarin-xamarin-macios -->
<add key="darc-pub-xamarin-xamarin-macios-015d348" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-xamarin-xamarin-macios-015d3487/nuget/v3/index.json" />
<add key="darc-pub-xamarin-xamarin-macios-0ee2837" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-xamarin-xamarin-macios-0ee28379/nuget/v3/index.json" />
<!-- End: Package sources from xamarin-xamarin-macios -->
<!-- Begin: Package sources from dotnet-emsdk -->
<!-- End: Package sources from dotnet-emsdk -->
Expand Down
16 changes: 8 additions & 8 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,21 @@
<Sha>e51bd3677d5674fa34bf5676c5fc5562206bf94e</Sha>
</Dependency>
<!-- This is a subscription of the .NET 8/Xcode 16.0 versions of our packages -->
<Dependency Name="Microsoft.MacCatalyst.Sdk.net8.0_18.0" Version="18.0.8318">
<Dependency Name="Microsoft.MacCatalyst.Sdk.net8.0_18.0" Version="18.0.8319">
<Uri>https://github.com/xamarin/xamarin-macios</Uri>
<Sha>015d3487e20f9db8cac56bab9170b4c9dd2f80ab</Sha>
<Sha>0ee28379dd5e85c830bad0270d064bbcec467647</Sha>
</Dependency>
<Dependency Name="Microsoft.macOS.Sdk.net8.0_15.0" Version="15.0.8318">
<Dependency Name="Microsoft.macOS.Sdk.net8.0_15.0" Version="15.0.8319">
<Uri>https://github.com/xamarin/xamarin-macios</Uri>
<Sha>015d3487e20f9db8cac56bab9170b4c9dd2f80ab</Sha>
<Sha>0ee28379dd5e85c830bad0270d064bbcec467647</Sha>
</Dependency>
<Dependency Name="Microsoft.iOS.Sdk.net8.0_18.0" Version="18.0.8318">
<Dependency Name="Microsoft.iOS.Sdk.net8.0_18.0" Version="18.0.8319">
<Uri>https://github.com/xamarin/xamarin-macios</Uri>
<Sha>015d3487e20f9db8cac56bab9170b4c9dd2f80ab</Sha>
<Sha>0ee28379dd5e85c830bad0270d064bbcec467647</Sha>
</Dependency>
<Dependency Name="Microsoft.tvOS.Sdk.net8.0_18.0" Version="18.0.8318">
<Dependency Name="Microsoft.tvOS.Sdk.net8.0_18.0" Version="18.0.8319">
<Uri>https://github.com/xamarin/xamarin-macios</Uri>
<Sha>015d3487e20f9db8cac56bab9170b4c9dd2f80ab</Sha>
<Sha>0ee28379dd5e85c830bad0270d064bbcec467647</Sha>
</Dependency>
<!-- This is a subscription of the .NET 8/Xcode 15.0 versions of our packages -->
<Dependency Name="Microsoft.MacCatalyst.Sdk.net8.0_17.0" Version="17.0.8523">
Expand Down
8 changes: 4 additions & 4 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
<EmscriptenWorkloadVersion>$(MicrosoftNETWorkloadEmscriptenCurrentManifest80100Version)</EmscriptenWorkloadVersion>
<MicrosoftDotnetSdkInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetSdkInternalPackageVersion>
<!-- This is a subscription of the .NET 8 versions of our packages -->
<MicrosoftMacCatalystSdknet80_180PackageVersion>18.0.8318</MicrosoftMacCatalystSdknet80_180PackageVersion>
<MicrosoftmacOSSdknet80_150PackageVersion>15.0.8318</MicrosoftmacOSSdknet80_150PackageVersion>
<MicrosoftiOSSdknet80_180PackageVersion>18.0.8318</MicrosoftiOSSdknet80_180PackageVersion>
<MicrosofttvOSSdknet80_180PackageVersion>18.0.8318</MicrosofttvOSSdknet80_180PackageVersion>
<MicrosoftMacCatalystSdknet80_180PackageVersion>18.0.8319</MicrosoftMacCatalystSdknet80_180PackageVersion>
<MicrosoftmacOSSdknet80_150PackageVersion>15.0.8319</MicrosoftmacOSSdknet80_150PackageVersion>
<MicrosoftiOSSdknet80_180PackageVersion>18.0.8319</MicrosoftiOSSdknet80_180PackageVersion>
<MicrosofttvOSSdknet80_180PackageVersion>18.0.8319</MicrosofttvOSSdknet80_180PackageVersion>
<!-- This is a subscription to the .NET 8/Xcode 15.0 versions of our packages -->
<MicrosoftMacCatalystSdknet80_170PackageVersion>17.0.8523</MicrosoftMacCatalystSdknet80_170PackageVersion>
<MicrosoftmacOSSdknet80_140PackageVersion>14.0.8523</MicrosoftmacOSSdknet80_140PackageVersion>
Expand Down

2 comments on commit 0888610

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥 [CI Build] Test results 🔥

Test results

❌ Tests failed on VSTS: test results

19 tests crashed, 0 tests failed, 0 tests passed.

Failures

❌ cecil tests

🔥 Failed catastrophically on VSTS: test results - cecil (no summary found).

Html Report (VSDrops) Download

❌ dotnettests tests (iOS)

🔥 Failed catastrophically on VSTS: test results - dotnettests_ios (no summary found).

Html Report (VSDrops) Download

❌ dotnettests tests (MacCatalyst)

🔥 Failed catastrophically on VSTS: test results - dotnettests_maccatalyst (no summary found).

Html Report (VSDrops) Download

❌ dotnettests tests (macOS)

🔥 Failed catastrophically on VSTS: test results - dotnettests_macos (no summary found).

Html Report (VSDrops) Download

❌ dotnettests tests (Multiple platforms)

🔥 Failed catastrophically on VSTS: test results - dotnettests_multiple (no summary found).

Html Report (VSDrops) Download

❌ dotnettests tests (tvOS)

🔥 Failed catastrophically on VSTS: test results - dotnettests_tvos (no summary found).

Html Report (VSDrops) Download

❌ framework tests

🔥 Failed catastrophically on VSTS: test results - framework (no summary found).

Html Report (VSDrops) Download

❌ fsharp tests

🔥 Failed catastrophically on VSTS: test results - fsharp (no summary found).

Html Report (VSDrops) Download

❌ generator tests

🔥 Failed catastrophically on VSTS: test results - generator (no summary found).

Html Report (VSDrops) Download

❌ interdependent-binding-projects tests

🔥 Failed catastrophically on VSTS: test results - interdependent-binding-projects (no summary found).

Html Report (VSDrops) Download

❌ introspection tests

🔥 Failed catastrophically on VSTS: test results - introspection (no summary found).

Html Report (VSDrops) Download

❌ linker tests

🔥 Failed catastrophically on VSTS: test results - linker (no summary found).

Html Report (VSDrops) Download

❌ monotouch tests (iOS)

🔥 Failed catastrophically on VSTS: test results - monotouch_ios (no summary found).

Html Report (VSDrops) Download

❌ monotouch tests (MacCatalyst)

🔥 Failed catastrophically on VSTS: test results - monotouch_maccatalyst (no summary found).

Html Report (VSDrops) Download

❌ monotouch tests (macOS)

🔥 Failed catastrophically on VSTS: test results - monotouch_macos (no summary found).

Html Report (VSDrops) Download

❌ monotouch tests (tvOS)

🔥 Failed catastrophically on VSTS: test results - monotouch_tvos (no summary found).

Html Report (VSDrops) Download

❌ msbuild tests

🔥 Failed catastrophically on VSTS: test results - msbuild (no summary found).

Html Report (VSDrops) Download

❌ xcframework tests

🔥 Failed catastrophically on VSTS: test results - xcframework (no summary found).

Html Report (VSDrops) Download

❌ xtro tests

🔥 Failed catastrophically on VSTS: test results - xtro (no summary found).

Html Report (VSDrops) Download

Successes

Pipeline on Agent
Hash: 088861003fb6f088e515914f7784e067320e40c8 [CI build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ API diff for current PR / commit

.NET (No breaking changes)

✅ API diff vs stable

.NET (No breaking changes)

ℹ️ Generator diff

Generator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes)

Pipeline on Agent
Hash: 088861003fb6f088e515914f7784e067320e40c8 [CI build]

Please sign in to comment.