Change dotnet version
This commit is contained in:
parent
b3239e06a2
commit
0f9dbb383d
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user