Skip to content

Commit c289984

Browse files
authored
Port release fixes into main (#2332)
Porting release PRs into main branch (merging back from release -> main)
2 parents 95f6bf5 + d5e8a34 commit c289984

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

.azure-pipelines/release.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,11 @@ extends:
301301
targetType: inline
302302
script: |
303303
echo "##vso[task.setvariable variable=version;isReadOnly=true]$(cat ./VERSION | sed -E 's/.[0-9]+$//')"
304+
- task: UseDotNet@2
305+
displayName: 'Use .NET 8 SDK (ESRP dependency)'
306+
inputs:
307+
packageType: sdk
308+
version: '8.x'
304309
- task: UseDotNet@2
305310
displayName: 'Use .NET 10 SDK'
306311
inputs:
@@ -571,6 +576,11 @@ extends:
571576
targetType: inline
572577
script: |
573578
echo "##vso[task.setvariable variable=version;isReadOnly=true]$(cat ./VERSION | sed -E 's/.[0-9]+$//')"
579+
- task: UseDotNet@2
580+
displayName: 'Use .NET 8 SDK (ESRP dependency)'
581+
inputs:
582+
packageType: sdk
583+
version: '8.x'
574584
- task: UseDotNet@2
575585
displayName: 'Use .NET 10 SDK'
576586
inputs:

src/linux/Packaging.Linux/install-from-source.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ case "$distribution" in
220220

221221
ensure_dotnet_installed
222222
;;
223-
arch)
223+
arch | cachyos)
224224
print_unsupported_distro "WARNING" "$distribution"
225225

226226
# --noconfirm required when running from container

0 commit comments

Comments
 (0)