From 2c3dd7f0d226f298c75d9ba3f062b688db3e2d5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20G=C3=B3rzy=C5=84ski?= Date: Thu, 3 Dec 2020 17:30:56 +0100 Subject: [PATCH] Try to make it run dotnet --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } }