Skip to content

Commit

Permalink
Update SignList.xml to look for our new Microsoft.* assemblies
Browse files Browse the repository at this point in the history
  • Loading branch information
dalexsoto authored Feb 18, 2022
1 parent a6ca591 commit 72aa449
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dotnet/Workloads/SignList.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@
<FirstParty Include="System.IO.Abstractions.dll" />
<!-- Xamarin.PreBuilt.iOS.app.zip -->
<FirstParty Include="Xamarin.PreBuilt.iOS.app\*.dll" />
<!-- Our new Microsoft.* product dlls -->
<FirstParty Include="Microsoft.iOS.dll" />
<FirstParty Include="Microsoft.MacCatalyst.dll" />
<FirstParty Include="Microsoft.macOS.dll" />
<FirstParty Include="Microsoft.tvOS.dll" />
</ItemGroup>

<Import Project="$(MSBuildThisFileDirectory)SignList.targets" />
Expand Down

3 comments on commit 72aa449

@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] Tests didn't execute on Build. ❌

Tests didn't execute on Build.

API diff

✅ API Diff from stable

View API diff
View dotnet API diff
View dotnet legacy API diff
View dotnet iOS-MacCatalayst API diff

API Current PR diff

View API diff
View dotnet API diff
View dotnet legacy API diff
View dotnet iOS-MacCatalayst API diff
  • ⚠️ Generator diff comments have not been provided.
    Path D:\a\1\s\artifacts\pkg-info\artifacts.json was not found!

No test summary was found (something probably failed before the tests could execute)

Pipeline on Agent XAMBOT-1017.BigSur'
Update SignList.xml to look for our new Microsoft.* assemblies

@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.

❌ Status for 'xamarin-macios - sample testing (build)': failure.

  • ❌ Debug_iPhone_AF: Failed
  • ❌ Debug_iPhone_GR: Failed
  • ❌ Debug_iPhone_SZ: Failed
  • ❌ Debug_iPhoneSimulator: Failed
  • ❌ Release_iPhone_AF: Failed
  • ❌ Release_iPhone_GR: Failed
  • ❌ Release_iPhone_SZ: Failed
  • ❌ Release_iPhoneSimulator: Failed
  • ❌ Debug_Mac: Failed
  • ❌ Release_Mac: Failed
  • ❌ PublishPerformanceData: Failed

@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] Tests failed on Build ❌

Tests failed on Build.

API diff

✅ API Diff from stable

View API diff
View dotnet API diff
View dotnet legacy API diff
View dotnet iOS-MacCatalayst API diff

API Current PR diff

View API diff
View dotnet API diff
View dotnet legacy API diff
View dotnet iOS-MacCatalayst API diff
  • ⚠️ Generator diff comments have not been provided.

Packages generated

View packages

Test results

1 tests failed, 234 tests passed.

Failed tests

  • [NUnit] Mono Mac OS X BCL tests group 2/Mac Full/Debug: Failed (Test run failed.
    Tests run: 11943 Passed: 10500 Inconclusive: 0 Failed: 2 Ignored: 354)

Pipeline on Agent XAMBOT-1030.BigSur'
Update SignList.xml to look for our new Microsoft.* assemblies

Please sign in to comment.