remove netcore2.1 from linux builds (#2344)

This commit is contained in:
Timothy Mothra 2021-07-26 15:25:55 -07:00 коммит произвёл GitHub
Родитель d7ffeaa883
Коммит 324e810b59
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 0 добавлений и 18 удалений

Просмотреть файл

@ -3,8 +3,6 @@ pool:
strategy:
matrix:
#netcoreapp2_1:
# framework: netcoreapp2.1
netcoreapp3_1:
framework: netcoreapp3.1
net5_0:
@ -12,11 +10,6 @@ strategy:
maxParallel: 2
steps:
- task: UseDotNet@2
displayName: install dotnet core 2.1
inputs:
version: 2.1.x
- task: UseDotNet@2
displayName: install dotnet core 3.1

Просмотреть файл

@ -1,17 +1,11 @@
strategy:
matrix:
linux_netcore2_1:
imageName: 'ubuntu-latest'
framework: netcoreapp2.1
linux_netcore3_1:
imageName: 'ubuntu-latest'
framework: netcoreapp3.1
linux_net5:
imageName: 'ubuntu-latest'
framework: net5.0
windows_netcore2_1:
imageName: 'windows-latest'
framework: netcoreapp2.1
windows_netcore3_1:
imageName: 'windows-latest'
framework: netcoreapp3.1
@ -23,11 +17,6 @@ pool:
vmImage: $(imageName)
steps:
- task: UseDotNet@2
displayName: install dotnet core 2.1
inputs:
version: 2.1.x
- task: UseDotNet@2
displayName: install dotnet core 3.1