Build Step zur Anzeige der SDK's eingefügt

This commit is contained in:
dev-mkoebis
2026-07-30 08:56:30 +02:00
parent 7682bd2fd6
commit 4eba0b5139

1
config/Jenkinsfile vendored
View File

@@ -13,6 +13,7 @@ pipeline
{
steps
{
dotnet --list-sdks
bat "\"${tool 'MSBuild17'}\" ${WORKSPACE}\\MergeCMInpro.csproj /t:Restore /t:Rebuild /p:Configuration=Release"
}