mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-23 16:37:58 +08:00
[CI] Target .NET 8 in YAML
This commit is contained in:
parent
97f601aac6
commit
ef622841a3
@ -50,10 +50,10 @@ steps:
|
|||||||
pwsh: true
|
pwsh: true
|
||||||
|
|
||||||
- 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'
|
||||||
|
|
||||||
- task: VisualStudioTestPlatformInstaller@1
|
- task: VisualStudioTestPlatformInstaller@1
|
||||||
displayName: Ensure VSTest Platform
|
displayName: Ensure VSTest Platform
|
||||||
|
Loading…
Reference in New Issue
Block a user