mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-19 22:37:58 +08:00
[CI] Update Release to target .NET 8 and use Preview agent
This commit is contained in:
parent
f4f7efbf6a
commit
306cc151d6
@ -4,7 +4,7 @@ pr: none
|
||||
|
||||
pool:
|
||||
name: SHINE-INT-L
|
||||
demands: ImageOverride -equals SHINE-VS17-Latest
|
||||
demands: ImageOverride -equals SHINE-VS17-Preview
|
||||
|
||||
parameters:
|
||||
- name: buildConfigurations
|
||||
@ -66,10 +66,11 @@ jobs:
|
||||
version: '2.1.x'
|
||||
|
||||
- task: UseDotNet@2
|
||||
displayName: 'Use .NET 7 SDK'
|
||||
displayName: 'Use .NET 8 SDK'
|
||||
inputs:
|
||||
packageType: sdk
|
||||
version: '7.x'
|
||||
version: '8.x'
|
||||
includePreviewVersions: true
|
||||
|
||||
- task: NuGetAuthenticate@1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user