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" } }