Set default dotnet version

This commit is contained in:
s426226 2020-12-03 19:44:34 +01:00
parent 76fb56a3d0
commit cf1e37852a

2
Jenkinsfile vendored
View File

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