Set default dotnet version
This commit is contained in:
parent
76fb56a3d0
commit
cf1e37852a
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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') {
|
||||||
|
Loading…
Reference in New Issue
Block a user