Skip to content

Commit 369de60

Browse files
chore: update scripts/update-cli.ps1 to 3.4.3 (#5251)
Co-authored-by: GitHub <noreply@github.com>
1 parent 86d7498 commit 369de60

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100

101101
<!-- Set the version and local path for Sentry CLI (downloaded in the restore phase of Sentry.csproj) -->
102102
<PropertyGroup Condition="'$(SolutionName)' != 'Sentry.Unity'">
103-
<SentryCLIVersion>3.4.2</SentryCLIVersion>
103+
<SentryCLIVersion>3.4.3</SentryCLIVersion>
104104
<SentryCLIDirectory>$(MSBuildThisFileDirectory)tools\sentry-cli\$(SentryCLIVersion)\</SentryCLIDirectory>
105105
</PropertyGroup>
106106

src/Sentry/Sentry.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,13 @@
107107
<_OSArchitecture>$([System.Runtime.InteropServices.RuntimeInformation]::OSArchitecture)</_OSArchitecture>
108108
</PropertyGroup>
109109
<ItemGroup>
110-
<SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('OSX')) And $(_OSArchitecture) == 'Arm64')" Include="sentry-cli-Darwin-arm64" FileHash="206ff3bdabf40a95ea3a330b8c842d90492dba8033ee6473e5287f74dd03b903" />
111-
<SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('OSX')) And $(_OSArchitecture) == 'X64')" Include="sentry-cli-Darwin-x86_64" FileHash="240d9822c8bf6e3f2c893a9d98deb06a7df385531111a1586fc8a2ba8d687f78" />
112-
<SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Linux')) And $(_OSArchitecture) == 'Arm64')" Include="sentry-cli-Linux-aarch64" FileHash="6ccc3b59fae821b54da4a35be12a8893b6a25ba1c0c42f78e275ec57018af3d0" />
113-
<SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Linux')) And $(_OSArchitecture) == 'X86')" Include="sentry-cli-Linux-i686" FileHash="f0d81697f7af7a51d6ddc361f8ceefe109cd9150b70491f7b6fa5ddba66ad7e2" />
114-
<SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Linux')) And $(_OSArchitecture) == 'X64')" Include="sentry-cli-Linux-x86_64" FileHash="d0718d487f2e408ef7d6689c9ee6e9010cd7e842874641156c932f39857f135d" />
115-
<SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Windows')) And $(_OSArchitecture) == 'X86')" Include="sentry-cli-Windows-i686.exe" FileHash="73183ea067a445578b536890cc08b072f2260f3e52a72890f2492f991b67de63" />
116-
<SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Windows')) And $(_OSArchitecture) != 'X86')" Include="sentry-cli-Windows-x86_64.exe" FileHash="572b4a6c04504302a46e2e1c196ec31cda266b574b1444605426aa8e41d46b8c" />
110+
<SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('OSX')) And $(_OSArchitecture) == 'Arm64')" Include="sentry-cli-Darwin-arm64" FileHash="583827dcf9db3f2489c1145644b3f404e5d888c92f535062568344cb30a816a4" />
111+
<SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('OSX')) And $(_OSArchitecture) == 'X64')" Include="sentry-cli-Darwin-x86_64" FileHash="a7a860068b41ed59ff15a3a3e52b83638335c81caf0b758b4c9db49684406675" />
112+
<SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Linux')) And $(_OSArchitecture) == 'Arm64')" Include="sentry-cli-Linux-aarch64" FileHash="0247f0c761ff10885c2eea3cbccbf3401289d9563873d5de57ebba5e0699f30e" />
113+
<SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Linux')) And $(_OSArchitecture) == 'X86')" Include="sentry-cli-Linux-i686" FileHash="2257b9515cda8045eb3bfdc66255de9fb4340008e763ac94ce778cb3a0c1cc4d" />
114+
<SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Linux')) And $(_OSArchitecture) == 'X64')" Include="sentry-cli-Linux-x86_64" FileHash="59de7da8e90b3511c06d805a2153b083468eef85aa559feccb468cc683da52aa" />
115+
<SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Windows')) And $(_OSArchitecture) == 'X86')" Include="sentry-cli-Windows-i686.exe" FileHash="fb795c6ebf1b248fc28bf72a9bbec69c0a4cb0ac6ad9bfea5464bc27b9d339ab" />
116+
<SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Windows')) And $(_OSArchitecture) != 'X86')" Include="sentry-cli-Windows-x86_64.exe" FileHash="63239374b27ffec95799562beebc88925319c18c2372d4d24b885d16250f1e2b" />
117117
</ItemGroup>
118118

119119
<!-- Download the files -->

0 commit comments

Comments
 (0)