Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nirinchev committed Apr 27, 2021
1 parent 5d4f991 commit 56a196f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ stage('Test') {
'.NET Core Linux 2': NetCoreTest('docker', 'netcoreapp3.1'),
'.NET Core Linux 3': NetCoreTest('docker', 'netcoreapp3.1'),
'.NET 5 Linux': NetCoreTest('docker', 'net5.0'),
'.NET 5 Linux 2': NetCoreTest('docker', 'net5.0')
'.NET 5 Linux 2': NetCoreTest('docker', 'net5.0'),
'.NET 5 Linux 3': NetCoreTest('docker', 'net5.0')
]

Expand Down

0 comments on commit 56a196f

Please sign in to comment.