Try to make it run dotnet

This commit is contained in:
Karol Górzyński 2020-12-03 17:30:56 +01:00
parent 356f0b2ea1
commit 2c3dd7f0d2

2
Jenkinsfile vendored
View File

@ -26,7 +26,7 @@ pipeline {
stages { stages {
stage('Build') { stage('Build') {
steps { steps {
dir('SessionCompanion/SessionCompanion') { dir('SessionCompanion') {
sh 'dotnet build' sh 'dotnet build'
} }
} }