Pfad in Jenkinsfile angepasst

This commit is contained in:
dev-mkoebis
2026-06-25 16:19:04 +02:00
parent a67f9ff77f
commit e56cb114fa

2
config/Jenkinsfile vendored
View File

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