From 3c088fdd5d2c244ff8bbbebdfe2c1d354475a448 Mon Sep 17 00:00:00 2001 From: dev-mkoebis Date: Wed, 24 Jun 2026 15:08:34 +0200 Subject: [PATCH] build Pfad angepasst --- WOLWin/config/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WOLWin/config/Jenkinsfile b/WOLWin/config/Jenkinsfile index 8c86141..3bce02b 100644 --- a/WOLWin/config/Jenkinsfile +++ b/WOLWin/config/Jenkinsfile @@ -13,7 +13,7 @@ pipeline { steps { - bat "\"${tool 'MSBuild17'}\" ${WORKSPACE}\\WOLWin\\WOLWin\\WOLWin.csproj /t:Restore /t:Rebuild /p:Configuration=Release" + bat "\"${tool 'MSBuild17'}\" ${WORKSPACE}\\WOLWin\\WOLWin.csproj /t:Restore /t:Rebuild /p:Configuration=Release" } }