Skip to content

Commit 2cad16e

Browse files
author
Satwik Kumar Sharma
committed
resolving WinUI3 pipeline issues
1 parent f5f3119 commit 2cad16e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pipelines/winui3-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ steps:
3131
inputs:
3232
versionSpec: 6.4.x
3333

34+
- task: NuGetAuthenticate@1
35+
name: NuGetAuthenticate2
36+
3437
- task: UseDotNet@2
3538
displayName: 'Install .NET 8 SDK'
3639
inputs:
3740
version: '8.0.x'
3841
packageType: 'sdk'
3942

40-
- task: NuGetAuthenticate@1
41-
name: NuGetAuthenticate2
42-
4343
- task: NuGetCommand@2
4444
displayName: NuGet restore
4545
inputs:

0 commit comments

Comments
 (0)