Skip to content
This repository was archived by the owner on Dec 12, 2020. It is now read-only.

Commit 48d5c6e

Browse files
authored
ci: Remove obsolete runtime v2.1 installation (#221)
1 parent 45d04bf commit 48d5c6e

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

azure-pipeline.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@ jobs:
2020
pool:
2121
vmImage: 'windows-2019'
2222
steps:
23-
- task: UseDotNet@2
24-
displayName: Install .NET Core runtime v2.1
25-
inputs:
26-
packageType: runtime
27-
version: '2.1.x'
28-
2923
- task: UseDotNet@2
3024
displayName: Install/select .NET Core SDK
3125
inputs:

azure-pipelines/testfx.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
steps:
2-
- task: UseDotNet@2
3-
displayName: Install .NET Core runtime v2.1
4-
inputs:
5-
packageType: runtime
6-
version: '2.1.x'
72
- task: UseDotNet@2
83
displayName: Install/select .NET Core SDK
94
inputs:

0 commit comments

Comments
 (0)