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

3
config/Jenkinsfile vendored
View File

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