Skip to content

Commit 21ebca7

Browse files
authored
Temporarily re-enable .NET 5 SDK install step (Azure#18298)
1 parent a7db37e commit 21ebca7

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed
Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# All required SDKs/runtimes are available on DevOps agents
2-
steps: []
2+
#steps: []
33
# Installation steps need to be uncommented when switching to a newer SDK that's not available on DevOps agents
4-
#steps:
5-
# - task: UseDotNet@2
6-
# displayName: 'Use .NET Core SDK'
7-
# inputs:
8-
# useGlobalJson: true
9-
# performMultiLevelLookup: true
10-
# - task: UseDotNet@2
11-
# condition: ne(variables['Agent.OS'], 'Windows_NT') # Windows supports MultiLevelLookup and doesn't need explicit framework installation
12-
# displayName: 'Use .NET Core 2.1 runtime'
13-
# inputs:
14-
# packageType: runtime
15-
# version: "2.1.x"
4+
steps:
5+
- task: UseDotNet@2
6+
displayName: 'Use .NET Core SDK'
7+
inputs:
8+
useGlobalJson: true
9+
performMultiLevelLookup: true
10+
- task: UseDotNet@2
11+
condition: ne(variables['Agent.OS'], 'Windows_NT') # Windows supports MultiLevelLookup and doesn't need explicit framework installation
12+
displayName: 'Use .NET Core 2.1 runtime'
13+
inputs:
14+
packageType: runtime
15+
version: "2.1.x"

0 commit comments

Comments
 (0)