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 9060d150b1 - Show all commits

2
Jenkinsfile vendored
View File

@ -25,7 +25,7 @@ pipeline {
stage('Build') {
steps {
dir('Serwer') {
sh "~/.dotnet/dotnet build --configuration Relase"
sh "~/.dotnet/dotnet build"
}
}
}