We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5f3119 commit 2cad16eCopy full SHA for 2cad16e
.pipelines/winui3-ci.yml
@@ -31,15 +31,15 @@ steps:
31
inputs:
32
versionSpec: 6.4.x
33
34
+- task: NuGetAuthenticate@1
35
+ name: NuGetAuthenticate2
36
+
37
- task: UseDotNet@2
38
displayName: 'Install .NET 8 SDK'
39
40
version: '8.0.x'
41
packageType: 'sdk'
42
-- task: NuGetAuthenticate@1
- name: NuGetAuthenticate2
-
43
- task: NuGetCommand@2
44
displayName: NuGet restore
45
0 commit comments