Remove build configuration

This commit is contained in:
s426226 2020-12-03 17:59:57 +01:00
parent f6687130dd
commit 9060d150b1

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"
}
}
}