File tree Expand file tree Collapse file tree
src/linux/Packaging.Linux Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments