From e56cb114fa04ad2e727915831dbf717344a55dce Mon Sep 17 00:00:00 2001 From: dev-mkoebis Date: Thu, 25 Jun 2026 16:19:04 +0200 Subject: [PATCH] Pfad in Jenkinsfile angepasst --- config/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/Jenkinsfile b/config/Jenkinsfile index 2c757ea..e179a24 100644 --- a/config/Jenkinsfile +++ b/config/Jenkinsfile @@ -13,7 +13,7 @@ pipeline { steps { - bat "\"${tool 'MSBuild17'}\" ${WORKSPACE}\\MergeCMInpro\\MergeCMInpro.csproj /t:Restore /t:Rebuild /p:Configuration=Release" + bat "\"${tool 'MSBuild17'}\" ${WORKSPACE}\\MergeCMInpro.csproj /t:Restore /t:Rebuild /p:Configuration=Release" } }