From e0ab40c3746349f6e99fa69e906f46d68ecc2ac3 Mon Sep 17 00:00:00 2001 From: dev-mkoebis Date: Thu, 25 Jun 2026 10:19:55 +0200 Subject: [PATCH] Merge branch 'dev-mkoebis' of https://git.katyes.dedyn.io/mkoebis/Hochbaustatistik into dev-mkoebis # Conflicts: # Hochbaustatistik/config/Jenkinsfile --- Hochbaustatistik/config/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } }