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 eccafe1dc7 - Show all commits

1
Jenkinsfile vendored
View File

@ -6,6 +6,7 @@ pipeline {
steps {
sh "./dotnet-install.sh"
}
}
stage('Restore') {
steps {
dir('Serwer') {