We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3854378 commit e62235aCopy full SHA for e62235a
1 file changed
.azure-pipelines/release.yml
@@ -301,6 +301,11 @@ extends:
301
targetType: inline
302
script: |
303
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'
309
- task: UseDotNet@2
310
displayName: 'Use .NET 10 SDK'
311
inputs:
@@ -571,6 +576,11 @@ extends:
571
576
572
577
573
578
579
580
581
582
583
574
584
575
585
586
0 commit comments