|
120 | 120 | <_OSArchitecture>$([System.Runtime.InteropServices.RuntimeInformation]::OSArchitecture)</_OSArchitecture> |
121 | 121 | </PropertyGroup> |
122 | 122 | <ItemGroup> |
123 | | - <SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('OSX')) And $(_OSArchitecture) == 'Arm64')" Include="sentry-cli-Darwin-arm64" FileHash="27c42104d8d1b2ce522bbd8270fa83e94a226905e482e3797015a571a2ffe414" /> |
124 | | - <SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('OSX')) And $(_OSArchitecture) == 'X64')" Include="sentry-cli-Darwin-x86_64" FileHash="fe3a21c73f972737e97f24ae4775566fa9043864f6258393d3b799e94079e353" /> |
125 | | - <SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Linux')) And $(_OSArchitecture) == 'Arm64')" Include="sentry-cli-Linux-aarch64" FileHash="88c11b69a8ed971b6853faaa47cc27e3b6e559da28dee161dcbb9104752572e1" /> |
126 | | - <SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Linux')) And $(_OSArchitecture) == 'X86')" Include="sentry-cli-Linux-i686" FileHash="a1a2ed8a32d85bfb2e1b4900be5e6e1734fa8e562ea2fdc2361458347e0f24e4" /> |
127 | | - <SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Linux')) And $(_OSArchitecture) == 'X64')" Include="sentry-cli-Linux-x86_64" FileHash="7e9f8493e2a2f3536f00b71820eff9799f7642e8a0589b1b0be5673cbf43832c" /> |
128 | | - <SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Windows')) And $(_OSArchitecture) == 'X86')" Include="sentry-cli-Windows-i686.exe" FileHash="bb90ec0b3cf00db3c0cb81518242594b901c524e079339b20ba6052cc38443e3" /> |
129 | | - <SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Windows')) And $(_OSArchitecture) != 'X86')" Include="sentry-cli-Windows-x86_64.exe" FileHash="8e04bdd6d6a45b9834b4f51ccef8b95552178e73338363e860cc9e5e93a536d1" /> |
| 123 | + <SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('OSX')) And $(_OSArchitecture) == 'Arm64')" Include="sentry-cli-Darwin-arm64" FileHash="dbfd549c47ce5582ce6c607e0680b01957c20af828a3559152296ec8542d0943" /> |
| 124 | + <SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('OSX')) And $(_OSArchitecture) == 'X64')" Include="sentry-cli-Darwin-x86_64" FileHash="b099c8db8fb46be90a5817af33f1f89e3b1be82fb6137d368d7d88540dfbd40d" /> |
| 125 | + <SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Linux')) And $(_OSArchitecture) == 'Arm64')" Include="sentry-cli-Linux-aarch64" FileHash="bad001e2a89287ef539fbec0f5328b85cdd2a7058bb4a24844da99fbd6972d35" /> |
| 126 | + <SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Linux')) And $(_OSArchitecture) == 'X86')" Include="sentry-cli-Linux-i686" FileHash="30a092ddab2d5656f0effab716b98570f75c501ddf1d342620c44c633c483338" /> |
| 127 | + <SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Linux')) And $(_OSArchitecture) == 'X64')" Include="sentry-cli-Linux-x86_64" FileHash="8fb858fbf4d6a78a6a2f21b18ef1c39ce3b70a2e6823aaa6d4b53af0953be451" /> |
| 128 | + <SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Windows')) And $(_OSArchitecture) == 'X86')" Include="sentry-cli-Windows-i686.exe" FileHash="b71d244dbc2e530d33639149a49d2d60d62ec76b80e1bd3f7de98affc0ee43c0" /> |
| 129 | + <SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Windows')) And $(_OSArchitecture) != 'X86')" Include="sentry-cli-Windows-x86_64.exe" FileHash="9ce25df07d0e076dbd84c6237750a73634f301bb5bc557c3561c816cdc570958" /> |
130 | 130 | </ItemGroup> |
131 | 131 |
|
132 | 132 | <!-- Download the files --> |
|
0 commit comments