MS-Build Version angepasst

This commit is contained in:
dev-mkoebis
2026-06-24 15:06:35 +02:00
parent 50a2f80f44
commit 15af717d7b

View File

@@ -13,7 +13,7 @@ pipeline
{ {
steps 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"
} }
} }