Skip to content

Commit 412015b

Browse files
committed
(build) remove dotnet install step, it's already installed
1 parent 10436ba commit 412015b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

build/tmpl/jobs.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ jobs:
66
pool:
77
vmImage: ${{ parameters.vmImage }}
88
steps:
9-
- task: DotNetCoreInstaller@0
10-
condition: eq( variables['Agent.OS'], 'Darwin' )
11-
displayName: 'Use .NET Core sdk 2.x'
12-
inputs:
13-
version: '2.2.107'
14-
packageType: sdk
159
- task: UseRubyVersion@0
1610
condition: ne( variables['Agent.OS'], 'Darwin' )
1711
displayName: 'Use .Ruby >= 2.5'

0 commit comments

Comments
 (0)