POS_Sprint_1 #1

Merged
s426229 merged 16 commits from POS_Sprint_1 into master 2020-12-03 19:53:04 +01:00
Showing only changes of commit f6687130dd - Show all commits

2
Jenkinsfile vendored
View File

@ -4,7 +4,7 @@ pipeline {
stages { stages {
stage('Install') { stage('Install') {
steps { steps {
sh chmod 777 dotnet-install.sh sh "chmod 777 dotnet-install.sh"
sh "./dotnet-install.sh" sh "./dotnet-install.sh"
} }
} }