Skip to content

VFS for Git

VFS for Git #619

Triggered via pull request April 22, 2026 17:15
Status Failure
Total duration 1h 9m 4s
Artifacts 67

build.yaml

on: pull_request
Validation
31s
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 (Release, x86_64, 6)
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, arm64, 1)
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 (Release, x86_64, 9)
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, x86_64, 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 (Release, arm64, 6)
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, arm64, 6)
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 (Release, 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 (Release, x86_64, 2)
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, x86_64, 7)
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 (Debug, arm64, 3)
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, 5)
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 (Debug, arm64, 4)
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 (Debug, arm64, 8)
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, x86_64, 0)
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, arm64, 1)
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 (Release, arm64, 9)
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 (Debug, x86_64, 0)
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 (Debug, x86_64, 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, x86_64, 1)
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, arm64, 7)
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.
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.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.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)
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/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.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.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.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)
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 (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, 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 (Release, x86_64, 3)
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 (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, x86_64, 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 (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 (Debug, x86_64, 4)
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 (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 (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 (Release, x86_64, 7)
No files were found with the provided path: TestResult.xml. 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 (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, x86_64, 7)
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 (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, 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 (Release, x86_64, 5)
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 (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 (Debug, x86_64, 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 (Release, x86_64, 4)
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, 5)
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 (Debug, arm64, 1)
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 (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, 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 (Debug, x86_64, 0)
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 (Debug, x86_64, 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, x86_64, 1)
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, 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 (Release, x86_64, 1)
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.5 MB
sha256:1d38778a34f7a4d5a556843be80c83b137a445f9464528a0d63774cb5cc21f76
FastFetch_Release
13.9 MB
sha256:b1b9915f311af6f1a3765ec8d08f9f1242b9bc013bbb35cae2a7b86e906d2020
FunctionalTests_Debug
47.4 MB
sha256:b13e086d1df72ec7bcceaa8d5c88c24957d2ae75a10a5171dc5bb4d45a62f581
FunctionalTests_Release
46.6 MB
sha256:8c919c68e9ea64eda95fa8fb3be45338db6c68b2745fd302980ae4b5ecf26e4d
GVFS_Debug
48.3 MB
sha256:4b8112d2210b9b6307507a6948a46b117384f8ae7a7a81e70d441c492cac55a9
GVFS_Release
33.2 MB
sha256:ee18c2ec09adb7ef97206a7f730d5544507de2d2a5dac6b348529966677d4559
GitTrace2_Debug_x86_64-0
56.2 KB
sha256:480838836ed362c64e006496fa5a791662ee3e433e9f0174def4b2121cc1a211
GitTrace2_Debug_x86_64-1
57.6 KB
sha256:2c97831cb2e141da70c6c56a2bc74008142a23360a465c898f2eacc2efd63c55
GitTrace2_Debug_x86_64-2
59.4 KB
sha256:43be0057664f8dc21de537a6f87452262b1c0ec1e777da72c1fcb5060e897a96
GitTrace2_Debug_x86_64-3
56.4 KB
sha256:4bb4537b43128864685ee8f54841bb4090e2bfd7963e9c4a49bbace0f7328458
GitTrace2_Debug_x86_64-4
56.8 KB
sha256:f9259a0968ab6ac378b5afe9386c0dad171f2c98012bf26ef257303667b42587
GitTrace2_Debug_x86_64-5
55.3 KB
sha256:aed38d8fd2725b5bffa6538280b1bb9723859cb1cd004db7ceb4c113bf3a07d0
GitTrace2_Debug_x86_64-6
55.8 KB
sha256:df2ed3410ed1b7077aef2599b979d7fb38666cba596504de36162109f23b7f53
GitTrace2_Debug_x86_64-7
56.8 KB
sha256:2214dc47ca0b3a8dbbe0384c72905e302f6734bc94158de29f05102382cc42c8
GitTrace2_Debug_x86_64-8
56 KB
sha256:c8e6a12392ef7ddcb164a88aa81654548ccdd044e13da2c37bf06a96b930935e
GitTrace2_Debug_x86_64-9
59.2 KB
sha256:ab5b874c70bd06122f740d1846a658b331cadadefc81d80936cf9e83751ab85c
GitTrace2_Release_x86_64-0
55.3 KB
sha256:820c4844a6fccdd7c436d1896e686e248da4a4737a88630aee90572b7c07d948
GitTrace2_Release_x86_64-1
58.8 KB
sha256:b680d128144910b72a2bc8056ee0282ea9923bd9fc00e18c8f9da6053b0ae62c
GitTrace2_Release_x86_64-2
59.3 KB
sha256:56e83353b2a3e8be7628cac79a19b0d7a1f7e4ab0c9e9119e93363a83388bd4a
GitTrace2_Release_x86_64-3
55.6 KB
sha256:58ddc1ac0b21afb7c5d88a298603aa56682969219a2f17780f15e7930de797ac
GitTrace2_Release_x86_64-4
56 KB
sha256:3df3e2ce288b09bcac757ba07fe05506440ebd5eaa263c9afb5ad9707d62f3ab
GitTrace2_Release_x86_64-5
56.9 KB
sha256:c4278dec1318597b1a59f501e3aab0575f5a0d1b56df5bdf9c2371525f4c84e2
GitTrace2_Release_x86_64-6
55.4 KB
sha256:c9734691ba984f0ff2ecb3b50366047c569a7381334922f072be9f2446bd9cae
GitTrace2_Release_x86_64-7
55.6 KB
sha256:a0b44878f555ba04e24129587f8404a0f1f83d6bf97e562fc7f6e52838cac0c3
GitTrace2_Release_x86_64-8
55.6 KB
sha256:660ceb5092ed64cb7fb9a3d3412f11cb9eaac55348b41ab1237d602d76214269
GitTrace2_Release_x86_64-9
57.9 KB
sha256:345e49cd53f8ab3ccd32c2cdf2271c2f1ef46b0114f59f2ecb89137dba1cc0af
InstallationLogs_Debug_arm64-0
109 KB
sha256:e911a8002594a703005da8adcc33e49c01c181bf748b5ad1bb26c324c92ff3f8
InstallationLogs_Debug_arm64-1
106 KB
sha256:2dee74889e6fc986565c3fdb2e0f2bc77bd3b291e10200bdcffe4a8dd5db6e52
InstallationLogs_Debug_arm64-2
107 KB
sha256:f31c74f5fbb48257739c3f17bdba77693c8d17448a7c9db98eb7076ba3134a87
InstallationLogs_Debug_arm64-3
105 KB
sha256:ed3f713c5654f6340d370f241c7749d3db2b41e14a0dfcde2a668504da0af508
InstallationLogs_Debug_arm64-4
103 KB
sha256:ae997abaca9c08e81b442d7737b7753b590df1c02a872f41217189c6da1fd5b1
InstallationLogs_Debug_arm64-5
105 KB
sha256:4a4e4d17dc604e080adb232bee657a1e46cbd902908562b6030590eb9530e960
InstallationLogs_Debug_arm64-6
105 KB
sha256:7d3f9aaed13a1ae3fe5d7ccf15cb5bec2e987410493f8736b8b263c861a0a3c2
InstallationLogs_Debug_arm64-7
104 KB
sha256:20049720182eaeef91073081381b1e29cd15c19a003c2991ed9913c1ba7c9e69
InstallationLogs_Debug_arm64-8
105 KB
sha256:5a22d658597a8f10c09d7194cd55ab6b5548081b67f4bd716901188d4b973304
InstallationLogs_Debug_arm64-9
103 KB
sha256:52c9c3ca3719576050741ef9fa0577030e2b9fc7f8557cc7e47f8a2ac42a75c5
InstallationLogs_Debug_x86_64-0
190 KB
sha256:5c5fc4aece02785c22dbc782d1a37340ab721fe426899563cb8d83f20e06cb81
InstallationLogs_Debug_x86_64-1
199 KB
sha256:ce18aaa1d8029b76f2966bb73838ec46f73a8af2d69143848e15a5b9d0a89c8e
InstallationLogs_Debug_x86_64-2
201 KB
sha256:e762b275fbad040d8470327de302abb6c257e439d2feb7b011130aa49d3288fb
InstallationLogs_Debug_x86_64-3
203 KB
sha256:b7cbd37c77feb4f6b2e7db76ceb8f3999dda47bea3e9ad22aec70e34470aa34b
InstallationLogs_Debug_x86_64-4
196 KB
sha256:391ed8d732d49eb3ecb52051007af851c83ac4581831dec56b4b529c66fb0ef3
InstallationLogs_Debug_x86_64-5
198 KB
sha256:5d1a23555b0aa673e5533a6abba700f2ccf09a0f62175e77ab65681e552dff2e
InstallationLogs_Debug_x86_64-6
200 KB
sha256:ef6e1fbd0afe4ce0cc6517a6848e89a1d83b384691ad1a6a235e129f860659c9
InstallationLogs_Debug_x86_64-7
201 KB
sha256:c382bef7e55e6bd7aec54b1946f871b1cb57fb7b262b7394c384e143e772ec6f
InstallationLogs_Debug_x86_64-8
199 KB
sha256:e8ebad470ceb81a24b22b113125cbf3a5f6152722d9d6b48a2211a93529e9214
InstallationLogs_Debug_x86_64-9
212 KB
sha256:40c054daedf3dfd8c9f8857beea06c9b577675ca5465684d32557d6b159ffb94
InstallationLogs_Release_arm64-0
102 KB
sha256:aa548b65eaffa80f4235a8b0f91219145326d8f4641dcd42ba6675d7f4248828
InstallationLogs_Release_arm64-1
107 KB
sha256:fa6cb314db16fec7f79d4bb608a23430b03e94e6ac2349ba2ce722e886b0c36a
InstallationLogs_Release_arm64-2
105 KB
sha256:5cde01ad61b59b07afeda036befcae7e02258de7caeab5baba6e839d7abb1816
InstallationLogs_Release_arm64-3
104 KB
sha256:68d413858373c2f0ca33477126d5065cf890b8940040f7f48b18a988c1b5d631
InstallationLogs_Release_arm64-4
103 KB
sha256:adbbf0fa3de06c7f51e86ffffb7df8bc32124bd523763414a278f4d2f1dbcb37
InstallationLogs_Release_arm64-5
106 KB
sha256:0495ca088ece112095ae5f2df8d8113a46ffb4653d2465992da7f23fe5d7d089
InstallationLogs_Release_arm64-6
100 KB
sha256:ee8a3e9a33ba48a4841a0ac7f0ed84c86e10c7063e04a2ba710621857902d1e2
InstallationLogs_Release_arm64-7
105 KB
sha256:6272f866e67794a15a32a89d839a494c0e5d8413a5a0cdb567c955a449390208
InstallationLogs_Release_arm64-8
105 KB
sha256:ba1a940f4a1f0eaab95233851832c47040bdc38e3337955e4e82bafc36d5ffb7
InstallationLogs_Release_arm64-9
102 KB
sha256:9bbb954671f38aca5e96b2e64e904b7e53bff8514fb15b8ab14811c05971d4e1
InstallationLogs_Release_x86_64-0
198 KB
sha256:03a99c4dd3fa69d36a888ed37e162d3a0fa0d12ab3d3755aedb328c9dc59ae29
InstallationLogs_Release_x86_64-1
193 KB
sha256:1de8e3d3b3dab66164f8556f5afa144608b25ecb345ff160ff790645484f800b
InstallationLogs_Release_x86_64-2
199 KB
sha256:2eb368328caaad836f71edf2d7dbbf4d107c139ec1e787fc6af8f25881408b4d
InstallationLogs_Release_x86_64-3
197 KB
sha256:562ad97edc4b0a68ee4fcb6d5623923162d37c36c6ef20de60cbc375ee6055bd
InstallationLogs_Release_x86_64-4
202 KB
sha256:60520bdbd11856b44ef4378c101b2ab014227036f35ba16a291a45cb93ffe4bf
InstallationLogs_Release_x86_64-5
194 KB
sha256:95e65cbfdffefd3afb408cbb5926444536a1dd929bd35ff388a1eae323199eb9
InstallationLogs_Release_x86_64-6
194 KB
sha256:a270c3eda7e262c6b0b36286a411e6b0c16868d2fbdcb086079842cd4a47e1ad
InstallationLogs_Release_x86_64-7
200 KB
sha256:57d0f60bc4ffa9ca435b66992e1a4cda0205a7a3452cfe6e55a73ae5ffb7a688
InstallationLogs_Release_x86_64-8
197 KB
sha256:db2af8c35be34e0367105b521858fd20001c8d63ba8fb081b4d6d7e5618131e7
InstallationLogs_Release_x86_64-9
199 KB
sha256:aa8bd56911d9e30040f1450bf8c00934dbdab9620495b7482e60e00194c8211f
MicrosoftGit
127 MB
sha256:446a439daedf877e26c5997eb6b6e11cf3a64c551b005d6fcf735b6bdebe2a03