Jenkinsfile Step korrigiert

This commit is contained in:
dev-mkoebis
2026-07-30 09:40:22 +02:00
parent 4eba0b5139
commit 70dd3f0a3a

2
config/Jenkinsfile vendored
View File

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