We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f442322 commit 590cc3dCopy full SHA for 590cc3d
azure-pipelines.yml
@@ -36,7 +36,13 @@ jobs:
36
displayName: 'NuGet Authenticate'
37
inputs:
38
forceReinstallCredentialProvider: true
39
-
+
40
+ - task: UseDotNet@2
41
+ displayName: 'Install .NET Core SDK'
42
+ inputs:
43
+ version: 5.0.402
44
+ performMultiLevelLookup: true
45
46
- task: DotNetCoreCLI@2
47
48
command: custom
@@ -50,12 +56,6 @@ jobs:
50
56
#- powershell: .\build\Install-WindowsSdkISO.ps1 19041
51
57
# displayName: Insider SDK
52
58
53
- - task: UseDotNet@2
54
- displayName: 'Install .NET Core SDK'
55
- inputs:
- version: 5.0.402
- performMultiLevelLookup: true
59
- powershell: .\build\build.ps1 -Target Build
60
displayName: Build
61
0 commit comments