|  | 
| 116 | 116 |       <_OSArchitecture>$([System.Runtime.InteropServices.RuntimeInformation]::OSArchitecture)</_OSArchitecture> | 
| 117 | 117 |     </PropertyGroup> | 
| 118 | 118 |     <ItemGroup> | 
| 119 |  | -      <SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('OSX')) And $(_OSArchitecture) == 'Arm64')" Include="sentry-cli-Darwin-arm64" FileHash="13befc6e6fcd3248605bf4f721f638a2f5a028a6427f17396d4c8ba3eb87116c" /> | 
| 120 |  | -      <SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('OSX')) And $(_OSArchitecture) == 'X64')" Include="sentry-cli-Darwin-x86_64" FileHash="d7797b3f1aa3d6053b232cb31915b74089237df0def288ef6fdee2351a17839d" /> | 
| 121 |  | -      <SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Linux')) And $(_OSArchitecture) == 'Arm64')" Include="sentry-cli-Linux-aarch64" FileHash="01915e5930649b9867775e1ea0807742542bb8b98268cd4921a0eb1ad6146d97" /> | 
| 122 |  | -      <SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Linux')) And $(_OSArchitecture) == 'X86')" Include="sentry-cli-Linux-i686" FileHash="b3a8a896604616fb93ecbcf050d909a00a555c6751f0eb2be1ad7eed5c762b64" /> | 
| 123 |  | -      <SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Linux')) And $(_OSArchitecture) == 'X64')" Include="sentry-cli-Linux-x86_64" FileHash="2ee44f63b820fc3f543ea362d83047738552457db7ffb49b4757d907f40daa96" /> | 
| 124 |  | -      <SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Windows')) And $(_OSArchitecture) == 'X86')" Include="sentry-cli-Windows-i686.exe" FileHash="033658168836a7b238ab57f193ae4a3d455267a0f2eed10cb3012d300d8cf7e1" /> | 
| 125 |  | -      <SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Windows')) And $(_OSArchitecture) != 'X86')" Include="sentry-cli-Windows-x86_64.exe" FileHash="2d0a50334df8681b26c1fd5bf5715a9adcf48ef58b2ce3b90bfc9431c5857ae0" /> | 
|  | 119 | +      <SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('OSX')) And $(_OSArchitecture) == 'Arm64')" Include="sentry-cli-Darwin-arm64" FileHash="a936b57285f9123727af96a62dd271f8c0f544f07a50286ffb498c1a5fd0a4c8" /> | 
|  | 120 | +      <SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('OSX')) And $(_OSArchitecture) == 'X64')" Include="sentry-cli-Darwin-x86_64" FileHash="f8659af646de4975c2b21254ecda589dc2f1b291acd696d9a475095044d9336a" /> | 
|  | 121 | +      <SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Linux')) And $(_OSArchitecture) == 'Arm64')" Include="sentry-cli-Linux-aarch64" FileHash="801c3d783f8665200029f35edf2f7228e011cd3a154604c64382bf8d1bfa31e4" /> | 
|  | 122 | +      <SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Linux')) And $(_OSArchitecture) == 'X86')" Include="sentry-cli-Linux-i686" FileHash="a87d7dd0d3d9df3f60b7491fe995afd77c00b4334a70b5283172801da83a3150" /> | 
|  | 123 | +      <SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Linux')) And $(_OSArchitecture) == 'X64')" Include="sentry-cli-Linux-x86_64" FileHash="91453d7eec5a8d02f5e2cc216e811e147f5019b8877bfc3fb8f9dcc1ea80f086" /> | 
|  | 124 | +      <SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Windows')) And $(_OSArchitecture) == 'X86')" Include="sentry-cli-Windows-i686.exe" FileHash="3220bd2bbf55b354e2b433de12a81c026b699d5d0d1abd68eedfa74d2b8d96b5" /> | 
|  | 125 | +      <SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Windows')) And $(_OSArchitecture) != 'X86')" Include="sentry-cli-Windows-x86_64.exe" FileHash="e39ff87eb09b7d579cbacc2eeecbf0652edcfb29725f88182d1c40a30eeeda49" /> | 
| 126 | 126 |     </ItemGroup> | 
| 127 | 127 | 
 | 
| 128 | 128 |     <!-- Download the files --> | 
|  | 
0 commit comments