We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 031e4bc commit f5f3119Copy full SHA for f5f3119
.pipelines/winui3-ci.yml
@@ -22,7 +22,7 @@ variables:
22
23
pool:
24
name: Azure Pipelines
25
- vmImage: windows-2019
+ vmImage: windows-2022
26
27
steps:
28
- task: NuGetToolInstaller@1
@@ -31,6 +31,12 @@ steps:
31
inputs:
32
versionSpec: 6.4.x
33
34
+- task: UseDotNet@2
35
+ displayName: 'Install .NET 8 SDK'
36
+ inputs:
37
+ version: '8.0.x'
38
+ packageType: 'sdk'
39
+
40
- task: NuGetAuthenticate@1
41
name: NuGetAuthenticate2
42
0 commit comments