diff --git a/Jenkinsfile b/Jenkinsfile index ad0cc72..095314f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -39,7 +39,8 @@ pipeline { steps { container('dotnet8') { // Erstellt eine XML-Datei im Format 'junit', die Jenkins lesen kann - sh 'dotnet test --configuration Release' + // sh 'dotnet test --configuration Release' + sh 'dotnet test --configuration Release --logger "junit;LogFileName=results.xml"' } } }