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