diff --git a/Hochbaustatistik/config/Jenkinsfile b/Hochbaustatistik/config/Jenkinsfile index 2ceb4f0..6dcdbc3 100644 --- a/Hochbaustatistik/config/Jenkinsfile +++ b/Hochbaustatistik/config/Jenkinsfile @@ -20,7 +20,7 @@ pipeline { cleanWs() checkout scm - bat "dotnet restore Hochbaustatistik\\Hochbaustatistik.sln" + bat "dotnet restore Hochbaustatistik.sln" bat "\"${tool 'MSBuild17'}\" ${WORKSPACE}\\Hochbaustatistik.sln /t:Restore /t:Rebuild /p:Configuration=Debug" } }