Skip to content

Commit 590cc3d

Browse files
committed
Fixed pipeline
1 parent f442322 commit 590cc3d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

azure-pipelines.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,13 @@ jobs:
3636
displayName: 'NuGet Authenticate'
3737
inputs:
3838
forceReinstallCredentialProvider: true
39-
39+
40+
- task: UseDotNet@2
41+
displayName: 'Install .NET Core SDK'
42+
inputs:
43+
version: 5.0.402
44+
performMultiLevelLookup: true
45+
4046
- task: DotNetCoreCLI@2
4147
inputs:
4248
command: custom
@@ -50,12 +56,6 @@ jobs:
5056
#- powershell: .\build\Install-WindowsSdkISO.ps1 19041
5157
# displayName: Insider SDK
5258

53-
- task: UseDotNet@2
54-
displayName: 'Install .NET Core SDK'
55-
inputs:
56-
version: 5.0.402
57-
performMultiLevelLookup: true
58-
5959
- powershell: .\build\build.ps1 -Target Build
6060
displayName: Build
6161

0 commit comments

Comments
 (0)