diff --git a/Jenkinsfile b/Jenkinsfile index 79058e1..54fa559 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,7 +26,7 @@ pipeline { stages { stage('Build') { steps { - dir('SessionCompanion/SessionCompanion') { + dir('SessionCompanion') { sh 'dotnet build' } }