[CI] Update Release to target .NET 8 and use Preview agent

This commit is contained in:
Jeremy Sinclair 2023-09-21 05:42:06 -04:00
parent f4f7efbf6a
commit 306cc151d6

View File

@ -4,7 +4,7 @@ pr: none
pool: pool:
name: SHINE-INT-L name: SHINE-INT-L
demands: ImageOverride -equals SHINE-VS17-Latest demands: ImageOverride -equals SHINE-VS17-Preview
parameters: parameters:
- name: buildConfigurations - name: buildConfigurations
@ -66,10 +66,11 @@ jobs:
version: '2.1.x' version: '2.1.x'
- task: UseDotNet@2 - task: UseDotNet@2
displayName: 'Use .NET 7 SDK' displayName: 'Use .NET 8 SDK'
inputs: inputs:
packageType: sdk packageType: sdk
version: '7.x' version: '8.x'
includePreviewVersions: true
- task: NuGetAuthenticate@1 - task: NuGetAuthenticate@1