mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-20 14:57:55 +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:
|
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user