Skip to content

Commit ad063dd

Browse files
committed
(build) use only the latest LTS - 3.1
1 parent a6f49fa commit ad063dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ stages:
6060
name: Linux
6161
vmImage: 'ubuntu-latest'
6262
distros: [ 'alpine.3.10-x64', 'centos.7-x64', 'debian.9-x64', 'fedora.30-x64', 'ubuntu.16.04-x64', 'ubuntu.18.04-x64' ]
63-
dotnetVersions: [ '2.1', '3.1' ]
63+
dotnetVersions: [ '3.1' ]
6464

6565
- stage: Docker
6666
displayName: 'Docker Build & Test'
@@ -72,7 +72,7 @@ stages:
7272
name: Linux
7373
vmImage: 'ubuntu-latest'
7474
distros: [ 'alpine.3.10-x64', 'centos.7-x64', 'debian.9-x64', 'fedora.30-x64', 'ubuntu.16.04-x64', 'ubuntu.18.04-x64' ]
75-
dotnetVersions: [ '2.1', '3.1' ]
75+
dotnetVersions: [ '3.1' ]
7676

7777
- stage: Publish
7878
displayName: 'Publish'

0 commit comments

Comments
 (0)