File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
eng/pipelines/templates/steps Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments