Skip to content

Commit

Permalink
[release/9.0.1xx-preview7] [xcsync] Add xcsync to the SignList.xml (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dalexsoto authored Aug 6, 2024
1 parent 9a65903 commit cb82dcb
Showing 1 changed file with 73 additions and 0 deletions.
73 changes: 73 additions & 0 deletions dotnet/Workloads/SignList.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,20 @@
<ThirdParty Include="imobiledevice-*\*.exe" />
<!-- Build.zip -->
<ThirdParty Include="Mono.Cecil*.dll" />

<!-- xcsync assemblies -->
<ThirdParty Include="ClangSharp.dll" />
<ThirdParty Include="ClangSharp.Interop.dll" />
<ThirdParty Include="Humanizer.dll" />
<ThirdParty Include="Marille.dll" />
<ThirdParty Include="Newtonsoft.Json.dll" />
<ThirdParty Include="Serilog.dll" />
<ThirdParty Include="Serilog.Enrichers.Thread.dll" />
<ThirdParty Include="Serilog.Expressions.dll" />
<ThirdParty Include="Serilog.Sinks.Console.dll" />
<ThirdParty Include="Serilog.Sinks.Debug.dll" />
<ThirdParty Include="TestableIO.System.IO.Abstractions.dll" />
<ThirdParty Include="TestableIO.System.IO.Abstractions.Wrappers.dll" />
</ItemGroup>

<ItemGroup>
Expand Down Expand Up @@ -119,6 +133,65 @@
<FirstParty Include="Microsoft.MacCatalyst.dll" />
<FirstParty Include="Microsoft.macOS.dll" />
<FirstParty Include="Microsoft.tvOS.dll" />

<!-- Adding xcsync dlls -->
<FirstParty Include="Microsoft.Bcl.AsyncInterfaces.dll" />
<FirstParty Include="Microsoft.CodeAnalysis.CSharp.dll" />
<FirstParty Include="Microsoft.CodeAnalysis.CSharp.resources.dll" />
<FirstParty Include="Microsoft.CodeAnalysis.CSharp.Workspaces.dll" />
<FirstParty Include="Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" />
<FirstParty Include="Microsoft.CodeAnalysis.dll" />
<FirstParty Include="Microsoft.CodeAnalysis.resources.dll" />
<FirstParty Include="Microsoft.CodeAnalysis.VisualBasic.dll" />
<FirstParty Include="Microsoft.CodeAnalysis.VisualBasic.resources.dll" />
<FirstParty Include="Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll" />
<FirstParty Include="Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll" />
<FirstParty Include="Microsoft.CodeAnalysis.Workspaces.dll" />
<FirstParty Include="Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll" />
<FirstParty Include="Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.exe" />
<FirstParty Include="Microsoft.CodeAnalysis.Workspaces.MSBuild.dll" />
<FirstParty Include="Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll" />
<FirstParty Include="Microsoft.CodeAnalysis.Workspaces.resources.dll" />
<FirstParty Include="Microsoft.Extensions.Configuration.Abstractions.dll" />
<FirstParty Include="Microsoft.Extensions.Configuration.Binder.dll" />
<FirstParty Include="Microsoft.Extensions.Configuration.dll" />
<FirstParty Include="Microsoft.Extensions.DependencyInjection.Abstractions.dll" />
<FirstParty Include="Microsoft.Extensions.DependencyInjection.dll" />
<FirstParty Include="Microsoft.Extensions.Logging.Abstractions.dll" />
<FirstParty Include="Microsoft.Extensions.Logging.Configuration.dll" />
<FirstParty Include="Microsoft.Extensions.Logging.Console.dll" />
<FirstParty Include="Microsoft.Extensions.Logging.dll" />
<FirstParty Include="Microsoft.Extensions.Options.ConfigurationExtensions.dll" />
<FirstParty Include="Microsoft.Extensions.Options.dll" />
<FirstParty Include="Microsoft.Extensions.Primitives.dll" />
<FirstParty Include="Microsoft.VisualStudio.Setup.Configuration.Interop.dll" />
<FirstParty Include="System.Buffers.dll" />
<FirstParty Include="System.CodeDom.dll" />
<FirstParty Include="System.CommandLine.dll" />
<FirstParty Include="System.CommandLine.resources.dll" />
<FirstParty Include="System.Composition.AttributedModel.dll" />
<FirstParty Include="System.Composition.Convention.dll" />
<FirstParty Include="System.Composition.Hosting.dll" />
<FirstParty Include="System.Composition.Runtime.dll" />
<FirstParty Include="System.Composition.TypedParts.dll" />
<FirstParty Include="System.Configuration.ConfigurationManager.dll" />
<FirstParty Include="System.Diagnostics.EventLog.dll" />
<FirstParty Include="System.Diagnostics.EventLog.Messages.dll" />
<FirstParty Include="System.IO.Pipelines.dll" />
<FirstParty Include="System.Numerics.Vectors.dll" />
<FirstParty Include="System.Resources.Extensions.dll" />
<FirstParty Include="System.Runtime.CompilerServices.Unsafe.dll" />
<FirstParty Include="System.Security.Cryptography.Pkcs.dll" />
<FirstParty Include="System.Security.Cryptography.ProtectedData.dll" />
<FirstParty Include="System.Security.Cryptography.Xml.dll" />
<FirstParty Include="System.Security.Permissions.dll" />
<FirstParty Include="System.Text.Encoding.CodePages.dll" />
<FirstParty Include="System.Text.Encodings.Web.dll" />
<FirstParty Include="System.Threading.Tasks.Extensions.dll" />
<FirstParty Include="System.ValueTuple.dll" />
<FirstParty Include="System.Windows.Extensions.dll" />
<FirstParty Include="xcsync.dll" />
<FirstParty Include="xcsync.resources.dll" />
</ItemGroup>

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

7 comments on commit cb82dcb

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

🔥 Failed to compare API and create generator diff 🔥

** Error: Working directory isn't clean:
🔥 Failed to compare API and create generator diff 🔥

HEAD detached at cb82dcb
🔥 Failed to compare API and create generator diff 🔥

Changes not staged for commit:
🔥 Failed to compare API and create generator diff 🔥

(use "git add ..." to update what will be committed)
🔥 Failed to compare API and create generator diff 🔥

(use "git restore ..." to discard changes in working directory)
🔥 Failed to compare API and create generator diff 🔥

modified: global.json
🔥 Failed to compare API and create generator diff 🔥

🔥 Failed to compare API and create generator diff 🔥

no changes added to commit (use "git add" and/or "git commit -a")
🔥 Failed to compare API and create generator diff 🔥

diff --git a/global.json b/global.json
🔥 Failed to compare API and create generator diff 🔥

index 76ba22894..553eca23a 100644
🔥 Failed to compare API and create generator diff 🔥

--- a/global.json
🔥 Failed to compare API and create generator diff 🔥

+++ b/global.json
🔥 Failed to compare API and create generator diff 🔥

@@ -1,5 +1,5 @@
🔥 Failed to compare API and create generator diff 🔥

{
🔥 Failed to compare API and create generator diff 🔥

"sdk": {
🔥 Failed to compare API and create generator diff 🔥

  • "version": "9.0.100-preview.7.24376.5"
    🔥 Failed to compare API and create generator diff 🔥
  • "version": "9.0.100-preview.7.24402.8"
    🔥 Failed to compare API and create generator diff 🔥

}
🔥 Failed to compare API and create generator diff 🔥

}

Pipeline on Agent
Hash: cb82dcba61f462b20c707e0a2bb7318df4a57f72 [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.

📚 [CI Build] Artifacts 📚

Packages generated

View packages

Pipeline on Agent
Hash: [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.

💻 [CI Build] Tests on macOS X64 - Mac Sonoma (14) passed 💻

All tests on macOS X64 - Mac Sonoma (14) passed.

Pipeline on Agent
Hash: cb82dcba61f462b20c707e0a2bb7318df4a57f72 [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.

💻 [CI Build] Tests on macOS M1 - Mac Monterey (12) passed 💻

All tests on macOS M1 - Mac Monterey (12) passed.

Pipeline on Agent
Hash: cb82dcba61f462b20c707e0a2bb7318df4a57f72 [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.

💻 [CI Build] Tests on macOS M1 - Mac Ventura (13) passed 💻

All tests on macOS M1 - Mac Ventura (13) passed.

Pipeline on Agent
Hash: cb82dcba61f462b20c707e0a2bb7318df4a57f72 [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.

💻 [CI Build] Windows Integration Tests passed 💻

All Windows Integration Tests passed.

Pipeline on Agent
Hash: cb82dcba61f462b20c707e0a2bb7318df4a57f72 [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.

🔥 [CI Build] Test results 🔥

Test results

❌ Tests failed on VSTS: test results

0 tests crashed, 1 tests failed, 99 tests passed.

Failures

❌ monotouch tests (tvOS)

1 tests failed, 6 tests passed.
  • monotouch-test/tvOS - simulator/Release (NativeAOT, x64) [dotnet]: TimedOut

Html Report (VSDrops) Download

Successes

✅ cecil: All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests (iOS): All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests (MacCatalyst): All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests (macOS): All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests (Multiple platforms): All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests (tvOS): All 1 tests passed. Html Report (VSDrops) Download
✅ framework: All 2 tests passed. Html Report (VSDrops) Download
✅ fsharp: All 4 tests passed. Html Report (VSDrops) Download
✅ generator: All 1 tests passed. Html Report (VSDrops) Download
✅ install-source: All 1 tests passed. Html Report (VSDrops) Download
✅ interdependent-binding-projects: All 4 tests passed. Html Report (VSDrops) Download
✅ introspection: All 4 tests passed. Html Report (VSDrops) Download
✅ linker: All 40 tests passed. Html Report (VSDrops) Download
⚠️ mac-binding-project: No tests selected. Html Report (VSDrops) Download
⚠️ mmp: No tests selected. Html Report (VSDrops) Download
⚠️ mononative: No tests selected. Html Report (VSDrops) Download
✅ monotouch (iOS): All 7 tests passed. Html Report (VSDrops) Download
✅ monotouch (MacCatalyst): All 8 tests passed. Html Report (VSDrops) Download
✅ monotouch (macOS): All 9 tests passed. Html Report (VSDrops) Download
✅ msbuild: All 2 tests passed. Html Report (VSDrops) Download
⚠️ mtouch: No tests selected. Html Report (VSDrops) Download
⚠️ xammac: No tests selected. Html Report (VSDrops) Download
✅ xcframework: All 4 tests passed. Html Report (VSDrops) Download
✅ xtro: All 1 tests passed. Html Report (VSDrops) Download

Pipeline on Agent
Hash: cb82dcba61f462b20c707e0a2bb7318df4a57f72 [CI build]

Please sign in to comment.