POS_Sprint_1 #2

Merged
s426229 merged 16 commits from POS_Sprint_1 into develop 2020-12-03 19:54:13 +01:00
Showing only changes of commit 8711382c1e - Show all commits

1
Jenkinsfile vendored
View File

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