Change dotnet version

This commit is contained in:
s426226 2020-12-03 19:17:37 +01:00
parent b3239e06a2
commit 0f9dbb383d

2
Jenkinsfile vendored
View File

@ -5,7 +5,7 @@ pipeline {
stage('Install') {
steps {
sh "chmod 777 dotnet-install.sh"
sh "./dotnet-install.sh"
sh "./dotnet-install.sh -version 2.2.0"
}
}
stage('Restore') {