Skip to content

VFS for Git

VFS for Git #621

Triggered via pull request April 22, 2026 20:13
Status Failure
Total duration 1h 9m 3s
Artifacts 67

build.yaml

on: pull_request
Validation
39s
Validation
Matrix: Build and Unit Test
Matrix: Functional Tests / Test
Build, Unit and Functional Tests Successful
0s
Build, Unit and Functional Tests Successful
Fit to window
Zoom out
Zoom in

Annotations

40 errors, 80 warnings, and 1 notice
Functional Tests / Test (Debug, x86_64, 1)
The action 'Run functional tests' has timed out after 60 minutes.
Functional Tests / Test (Release, arm64, 3)
The action 'Run functional tests' has timed out after 60 minutes.
Functional Tests / Test (Release, x86_64, 3)
The action 'Run functional tests' has timed out after 60 minutes.
Functional Tests / Test (Debug, x86_64, 7)
The action 'Run functional tests' has timed out after 60 minutes.
Functional Tests / Test (Release, x86_64, 5)
The action 'Run functional tests' has timed out after 60 minutes.
Functional Tests / Test (Release, arm64, 6)
The action 'Run functional tests' has timed out after 60 minutes.
Functional Tests / Test (Release, x86_64, 4)
The action 'Run functional tests' has timed out after 60 minutes.
Functional Tests / Test (Release, arm64, 7)
The action 'Run functional tests' has timed out after 60 minutes.
Functional Tests / Test (Debug, x86_64, 9)
The action 'Run functional tests' has timed out after 60 minutes.
Functional Tests / Test (Release, arm64, 8)
The action 'Run functional tests' has timed out after 60 minutes.
Functional Tests / Test (Release, x86_64, 2)
The action 'Run functional tests' has timed out after 60 minutes.
Functional Tests / Test (Debug, arm64, 1)
The action 'Run functional tests' has timed out after 60 minutes.
Functional Tests / Test (Release, x86_64, 1)
The action 'Run functional tests' has timed out after 60 minutes.
Functional Tests / Test (Release, arm64, 4)
The action 'Run functional tests' has timed out after 60 minutes.
Functional Tests / Test (Release, x86_64, 9)
The action 'Run functional tests' has timed out after 60 minutes.
Functional Tests / Test (Release, arm64, 0)
The action 'Run functional tests' has timed out after 60 minutes.
Functional Tests / Test (Debug, arm64, 3)
The action 'Run functional tests' has timed out after 60 minutes.
Functional Tests / Test (Release, arm64, 9)
The action 'Run functional tests' has timed out after 60 minutes.
Functional Tests / Test (Release, arm64, 2)
The action 'Run functional tests' has timed out after 60 minutes.
Functional Tests / Test (Debug, arm64, 4)
The action 'Run functional tests' has timed out after 60 minutes.
Functional Tests / Test (Release, arm64, 1)
The action 'Run functional tests' has timed out after 60 minutes.
Functional Tests / Test (Debug, x86_64, 8)
The action 'Run functional tests' has timed out after 60 minutes.
Functional Tests / Test (Release, x86_64, 6)
The action 'Run functional tests' has timed out after 60 minutes.
Functional Tests / Test (Debug, arm64, 9)
The action 'Run functional tests' has timed out after 60 minutes.
Functional Tests / Test (Debug, arm64, 7)
The action 'Run functional tests' has timed out after 60 minutes.
Functional Tests / Test (Debug, arm64, 6)
The action 'Run functional tests' has timed out after 60 minutes.
Functional Tests / Test (Debug, arm64, 8)
The action 'Run functional tests' has timed out after 60 minutes.
Functional Tests / Test (Debug, arm64, 0)
The action 'Run functional tests' has timed out after 60 minutes.
Functional Tests / Test (Release, x86_64, 7)
The action 'Run functional tests' has timed out after 60 minutes.
Functional Tests / Test (Debug, arm64, 2)
The action 'Run functional tests' has timed out after 60 minutes.
Functional Tests / Test (Release, x86_64, 8)
The action 'Run functional tests' has timed out after 60 minutes.
Functional Tests / Test (Debug, x86_64, 6)
The action 'Run functional tests' has timed out after 60 minutes.
Functional Tests / Test (Release, arm64, 5)
The action 'Run functional tests' has timed out after 60 minutes.
Functional Tests / Test (Debug, arm64, 5)
The action 'Run functional tests' has timed out after 60 minutes.
Functional Tests / Test (Debug, x86_64, 3)
The action 'Run functional tests' has timed out after 60 minutes.
Functional Tests / Test (Release, x86_64, 0)
The action 'Run functional tests' has timed out after 60 minutes.
Functional Tests / Test (Debug, x86_64, 2)
The action 'Run functional tests' has timed out after 60 minutes.
Functional Tests / Test (Debug, x86_64, 5)
The action 'Run functional tests' has timed out after 60 minutes.
Functional Tests / Test (Debug, x86_64, 4)
The action 'Run functional tests' has timed out after 60 minutes.
Functional Tests / Test (Debug, x86_64, 0)
The action 'Run functional tests' has timed out after 60 minutes.
Build and Unit Test (Debug): GVFS/GVFS.Common/Git/GitRepo.cs#L150
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
Build and Unit Test (Debug): GVFS/GVFS.Common/HealthCalculator/EnlistmentHydrationSummary.cs#L199
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
Build and Unit Test (Debug): GVFS/GVFS.Common/Git/GitRepo.cs#L150
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
Build and Unit Test (Debug): GVFS/GVFS.Common/HealthCalculator/EnlistmentHydrationSummary.cs#L199
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
Build and Unit Test (Debug): GVFS/GVFS.Platform.Windows/CurrentUser.cs#L242
Using member 'System.Runtime.InteropServices.Marshal.PtrToStructure(nint, Type)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. Marshalling code for the object might not be available.
Build and Unit Test (Debug): GVFS/GVFS.Platform.Windows/CurrentUser.cs#L237
Using member 'System.Runtime.InteropServices.Marshal.SizeOf(Type)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. Marshalling code for the object might not be available. Use the SizeOf<T> overload instead.
Build and Unit Test (Debug): GVFS/GVFS.Platform.Windows/CurrentUser.cs#L137
Using member 'System.Runtime.InteropServices.Marshal.SizeOf(Type)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. Marshalling code for the object might not be available. Use the SizeOf<T> overload instead.
Build and Unit Test (Debug): GVFS/GVFS.Virtualization/Projection/GitIndexProjection.GitIndexParser.cs#L394
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
Build and Unit Test (Debug): GVFS/GVFS.Common/Git/GitRepo.cs#L150
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
Build and Unit Test (Debug): GVFS/GVFS.Common/HealthCalculator/EnlistmentHydrationSummary.cs#L199
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
Build and Unit Test (Release): GVFS/GVFS.Common/HealthCalculator/EnlistmentHydrationSummary.cs#L199
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
Build and Unit Test (Release): GVFS/GVFS.Common/Git/GitRepo.cs#L150
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
Build and Unit Test (Release): GVFS/GVFS.Common/HealthCalculator/EnlistmentHydrationSummary.cs#L199
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
Build and Unit Test (Release): GVFS/GVFS.Common/Git/GitRepo.cs#L150
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
Build and Unit Test (Release): GVFS/GVFS.Platform.Windows/CurrentUser.cs#L242
Using member 'System.Runtime.InteropServices.Marshal.PtrToStructure(nint, Type)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. Marshalling code for the object might not be available.
Build and Unit Test (Release): GVFS/GVFS.Platform.Windows/CurrentUser.cs#L237
Using member 'System.Runtime.InteropServices.Marshal.SizeOf(Type)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. Marshalling code for the object might not be available. Use the SizeOf<T> overload instead.
Build and Unit Test (Release): GVFS/GVFS.Platform.Windows/CurrentUser.cs#L137
Using member 'System.Runtime.InteropServices.Marshal.SizeOf(Type)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. Marshalling code for the object might not be available. Use the SizeOf<T> overload instead.
Build and Unit Test (Release): GVFS/GVFS.Virtualization/Projection/GitIndexProjection.GitIndexParser.cs#L394
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
Build and Unit Test (Release): GVFS/GVFS.Common/Git/GitRepo.cs#L150
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
Build and Unit Test (Release): GVFS/GVFS.Common/HealthCalculator/EnlistmentHydrationSummary.cs#L199
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
Functional Tests / Test (Debug, x86_64, 1)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Release, arm64, 3)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Release, arm64, 3)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Release, x86_64, 3)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Debug, x86_64, 7)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Release, x86_64, 5)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Release, arm64, 6)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Release, arm64, 6)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Release, x86_64, 4)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Release, arm64, 7)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Release, arm64, 7)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Debug, x86_64, 9)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Release, arm64, 8)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Release, arm64, 8)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Debug, arm64, 1)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Release, x86_64, 2)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Debug, arm64, 1)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Release, x86_64, 1)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Release, arm64, 4)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Release, arm64, 4)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Release, x86_64, 9)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Release, arm64, 0)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Release, arm64, 0)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Debug, arm64, 3)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Debug, arm64, 3)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Release, arm64, 9)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Release, arm64, 9)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Release, arm64, 2)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Release, arm64, 2)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Debug, arm64, 4)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Debug, arm64, 4)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Release, arm64, 1)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Release, arm64, 1)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Debug, x86_64, 8)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Release, x86_64, 6)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Debug, arm64, 9)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Debug, arm64, 9)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Debug, arm64, 7)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Debug, arm64, 7)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Debug, arm64, 6)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Debug, arm64, 6)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Debug, arm64, 8)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Debug, arm64, 8)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Debug, arm64, 0)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Debug, arm64, 0)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Release, x86_64, 7)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Debug, arm64, 2)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Debug, arm64, 2)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Release, x86_64, 8)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Debug, x86_64, 6)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Release, arm64, 5)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Release, arm64, 5)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Debug, arm64, 5)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Debug, arm64, 5)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Debug, x86_64, 3)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Release, x86_64, 0)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Debug, x86_64, 2)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Debug, x86_64, 5)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Debug, x86_64, 4)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Debug, x86_64, 0)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Validation
Using microsoft/git version v2.53.0.vfs.0.7

Artifacts

Produced during runtime
Name Size Digest
FastFetch_Debug
20.6 MB
sha256:929294a6cb24f9513721171235d911564dee0cae191eb887730a0dd07e6b0728
FastFetch_Release
13.9 MB
sha256:84c54884bca6668bfc1e59387dcbca91d0ddf83f0616026a2d95388a1024a0b0
FunctionalTests_Debug
47.4 MB
sha256:14099765f89f51390c8ef05fce808ecdc26e5e137f1333dccd7b0ffec9a63b40
FunctionalTests_Release
46.7 MB
sha256:108ce03ec0fd9364eba327ac55a4a0e68c0d6f90a77034eab5dde5917a009ff7
GVFS_Debug
48.3 MB
sha256:8476320ec4f336365434d82744affc0b1c2a0a4cbc957c680d85dfc6d601ecff
GVFS_Release
33.2 MB
sha256:a83acb8941b797d75e3f70cf6a6f3626dd59e71e9f19102f581e90adc8c04584
GitTrace2_Debug_x86_64-0
56.1 KB
sha256:7da7f19033862245f29d9aa48f8a48723bcb98d1dcbb8aa53fea1dc4ee83ec28
GitTrace2_Debug_x86_64-1
58.3 KB
sha256:20d4e6fbfb0b7a84fdfc19b6db6c925fad62f4cc0bc0dcd470d196afdaeb62ee
GitTrace2_Debug_x86_64-2
56.3 KB
sha256:88875a9a741ca3f1664a8c54b76fbc82dd448ecb27a834673fa5406f5edc2729
GitTrace2_Debug_x86_64-3
56.3 KB
sha256:43e2a1ee0a9fa88ee130e03b6a8519983830be1d166f2e2971be811b791e8dc2
GitTrace2_Debug_x86_64-4
56.1 KB
sha256:75a124dc2ebeedf8bef37dc5c69b8d6195839fdcc1027ecfb654ee3eb5593a03
GitTrace2_Debug_x86_64-5
53 KB
sha256:6da9228927c16fbf7b0c362d7f628ae27d889646a7890e69f5f26fc45ec42676
GitTrace2_Debug_x86_64-6
56.3 KB
sha256:77170b08255937efbf73e45648c8a672902993f113a4123c68dff97753f2a722
GitTrace2_Debug_x86_64-7
55.5 KB
sha256:ea61556ce5ed78abb59b4548706b31cf7afa314743bfe2700a36743e7b52acfd
GitTrace2_Debug_x86_64-8
56.3 KB
sha256:0b123bf0252db04226b60d631fa3c5c6e4e4156cd8b05d3e3af88233581a7bac
GitTrace2_Debug_x86_64-9
59.1 KB
sha256:ad882e8f29dc05d9db4b35b7b947b9d03a272135cb254e6a41a1c7827bf0832d
GitTrace2_Release_x86_64-0
57 KB
sha256:71a3f4b10506c33c4b308c5b490adf6e5ae45a5ef773bd549440d57c0b6a30e6
GitTrace2_Release_x86_64-1
59.1 KB
sha256:8994cb118e39953db24e7d74e3f6f1c8ca1d90b829e41f516e13db2a7947ea8d
GitTrace2_Release_x86_64-2
58.5 KB
sha256:3fd369f903658219e7474634942b2e59fa77332537fc81f66dc5d71575b54e31
GitTrace2_Release_x86_64-3
55 KB
sha256:b968c98006477fb5bae9c32baec5f650ac37ca4b75e1a0c9de5139f9f9dbbd21
GitTrace2_Release_x86_64-4
55.2 KB
sha256:c2b135ce072a5833459cbb96598fe85584a95ffeaffdc1bce72b45363afc552a
GitTrace2_Release_x86_64-5
55.5 KB
sha256:ef596948d3a4a98b020722dab5827eb687de431f69100dd9642c117b724ff26a
GitTrace2_Release_x86_64-6
54.4 KB
sha256:a193afa30a329e4bde779beaf05281d6f5104009747835e0bc86dbbabfa945c9
GitTrace2_Release_x86_64-7
55.4 KB
sha256:173da134e31a37ec08845aae7918dc77ad4a31579c37155d396cc5919707e2cd
GitTrace2_Release_x86_64-8
55.2 KB
sha256:8645f2b6122625e2b751b5ab0661d54aa13c5b34ebacd844b6c91d871dfa2c68
GitTrace2_Release_x86_64-9
58.5 KB
sha256:bbc9f46c3e04fa618d9acb97c365ccd897953a4b16656d3a96198bf562a19546
InstallationLogs_Debug_arm64-0
103 KB
sha256:342ab6dc6ad32c1adb3653ce8dbbf83abdd6a2e0f2223b436835c7e172f13a9f
InstallationLogs_Debug_arm64-1
101 KB
sha256:4b70a5cbafcca9b8b19b926fcb7558514641f894338082caaab602a0ed9abd4a
InstallationLogs_Debug_arm64-2
104 KB
sha256:65246f66b35c9c39243deb5507f4915723cdeed5971fd42a4103d335e502b97b
InstallationLogs_Debug_arm64-3
105 KB
sha256:10913e25d12a4bfeeecf56778ff7cc43311708c9e659c8f2ade0ed490e955011
InstallationLogs_Debug_arm64-4
104 KB
sha256:4e6edebca30de1a64c1ed8d7c4ca0bcfcd59e3b21b15cf8bc28fb2cb65400643
InstallationLogs_Debug_arm64-5
107 KB
sha256:fc527a31be6627c96635932c836df827cacaa39527fb032eb23c580b76ac9358
InstallationLogs_Debug_arm64-6
105 KB
sha256:c6865f3ee713277299473302157cb942f741a28426da2d22949409c5190ba94a
InstallationLogs_Debug_arm64-7
102 KB
sha256:f1562343044ec497fa496f92f9c1dcd5a059490e58dd3b8fe7315f74379c5a56
InstallationLogs_Debug_arm64-8
103 KB
sha256:e5bbe4d4e7be2d7c72733391f0f39c9be52a1b2e28c88039fde13cdd2dba3695
InstallationLogs_Debug_arm64-9
105 KB
sha256:4c3bcd693d9dee8d8d3fe9cb4faa2e61371258fdfbba36caa9605ef04a374f1e
InstallationLogs_Debug_x86_64-0
205 KB
sha256:b42ba5e5d826518975347e3bcdb941c43d7eb775ee44db9b12d428e5603adab6
InstallationLogs_Debug_x86_64-1
191 KB
sha256:541d73940c8729a68e96c686be090b3bd17b3412eebcab85914039ca64d6a0b8
InstallationLogs_Debug_x86_64-2
179 KB
sha256:cc90e5f03f789d8f6107e5fae2574cceb2279625e8988200859cb9c51ff97d50
InstallationLogs_Debug_x86_64-3
199 KB
sha256:c7c605c7d95e3a37c608e8aee2e5dfa392ff1ea2fc9dcd3593bcfd052e4a4cbe
InstallationLogs_Debug_x86_64-4
202 KB
sha256:4d374f48c98013e76b6d2f87f3d28abc62cede56f53607221b8d7c76fadf53a9
InstallationLogs_Debug_x86_64-5
180 KB
sha256:68e9e1824756342fb36a33023d25a54502b7ba546399e0a7132a8a64d2caf35a
InstallationLogs_Debug_x86_64-6
205 KB
sha256:0c45232f72b0800ff6a94f64d591dff408b07bfd91d8f3702c0086fd28ac0998
InstallationLogs_Debug_x86_64-7
196 KB
sha256:ced91ab618186589cf89f031da49d78f80bb7d452574a8c898e2fe9c106af382
InstallationLogs_Debug_x86_64-8
202 KB
sha256:c59aa57f0296f2b026b5426a402a4ca27d5c7fad5ea38691ba8c8db9a9f0fea9
InstallationLogs_Debug_x86_64-9
200 KB
sha256:3af598ada83a6bb42119b43c5394c28c7d0faa0d008de3013462152d5530abbf
InstallationLogs_Release_arm64-0
101 KB
sha256:50e6572df8a071fb2fa485d4ec2b4b99367e5278026dc39aedf5bd835e2dc374
InstallationLogs_Release_arm64-1
107 KB
sha256:1ce40362039c0ed5192bbb4a27a7cc7be44cda7ed44dcb79d97b1cc71fa2c589
InstallationLogs_Release_arm64-2
103 KB
sha256:6aa3226288d5e8ce835b74480316b6a5b926f3401c8edd657816c2a96330734c
InstallationLogs_Release_arm64-3
104 KB
sha256:1f09165176a1a090d461b093e9e99a5c6162d19c076909f2c30cd02fd66f652a
InstallationLogs_Release_arm64-4
101 KB
sha256:7d92a3b35af62f3ccf86af6f15e37f593c5a090b197e2230ccdf535088ca7062
InstallationLogs_Release_arm64-5
103 KB
sha256:ed570f88b47ce5f45ce8eeee5fbba45ecfe810c7e435a4ed59cca7f935ba7778
InstallationLogs_Release_arm64-6
100 KB
sha256:361bc252bbf6f5ec1a1ffdb69d4c816030915e5e9e01213224643e0df4734fb4
InstallationLogs_Release_arm64-7
103 KB
sha256:1238adfd035463d4ec4128f712695496169ee88a1c0547f54d9dcd28b7a49c7d
InstallationLogs_Release_arm64-8
102 KB
sha256:dae7ec2aadccb67dad3edd539c1cf4e504e34ca91302df0aa01d82d73c754f3a
InstallationLogs_Release_arm64-9
105 KB
sha256:5a233764fd45eed968873c4fe742bf5d5514e2d7498fc14e918cd2f1a7cdc3d6
InstallationLogs_Release_x86_64-0
201 KB
sha256:d8b5328cd13084eb1a38446bb85b4b68694ae10d41fe8b941f8c9f9cd14425fa
InstallationLogs_Release_x86_64-1
203 KB
sha256:c92e355e9e01ddb5fa57d09f8d04140cdb98501e1ace983d549d574db016867f
InstallationLogs_Release_x86_64-2
198 KB
sha256:53a1c1504b3b02ceabf5f7d13dd66208400309516aadd588c619513754fa6b47
InstallationLogs_Release_x86_64-3
196 KB
sha256:9245e263f11e7ef5404477639fdbdc4695983c09116446b1bb98d368a086e140
InstallationLogs_Release_x86_64-4
198 KB
sha256:ce498ea9cc69c4362cf27d8bf7367dc41d8a4ae117c29b3adc9ada2d0757797e
InstallationLogs_Release_x86_64-5
192 KB
sha256:3e8173b55d6300dd66e063769cf8ec22985e64de96bd02ebdc71b37c932fb925
InstallationLogs_Release_x86_64-6
203 KB
sha256:ebea96c7eae099b7e66f7da601aea20333c3c66c4dc473c0309a1f6cd6b5b217
InstallationLogs_Release_x86_64-7
200 KB
sha256:968bd38cd2181234971c186946867d10c08a24b304e99daec782895bfb901fca
InstallationLogs_Release_x86_64-8
194 KB
sha256:7a10e729e0504da6b2efa23974406f9d5e829dc4b0669491ab5f9e023ceeac32
InstallationLogs_Release_x86_64-9
191 KB
sha256:c5af38317fb2099c96c8bbbb64de14283a230c8ca8c0ee801dfe18817c68222c
MicrosoftGit
127 MB
sha256:1f321de58df55401b18e7bef5dbbb4594b92ad6c6a6164c619269c0d5ad16fe2