Skip to content

Commit

Permalink
Remove duplicate .NET installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrainger committed Dec 5, 2021
1 parent 1dc53c4 commit 5dc9981
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,6 @@ jobs:
inputs:
version: 3.1.x
packageType: runtime
- task: UseDotNet@2
displayName: 'Install .NET Core 5.0'
inputs:
version: '5.0.x'
packageType: runtime
- task: UseDotNet@2
displayName: 'Install .NET Core'
inputs:
version: $(DotNetCoreSdkVersion)
- template: '.ci/mysqlconnector-tests-steps.yml'
- template: '.ci/conformance-test-steps.yml'
parameters:
Expand Down

0 comments on commit 5dc9981

Please sign in to comment.