changed dotnet test cmd
All checks were successful
Tests / Declarative: Post Actions No test results found
csharp-secdevops-pipeline-pod/pipeline/head This commit looks good

This commit is contained in:
2026-05-05 09:50:01 +02:00
parent fab08c5bb3
commit c8ec4b3254

2
Jenkinsfile vendored
View File

@@ -39,7 +39,7 @@ pipeline {
steps { steps {
container('dotnet8') { container('dotnet8') {
// Erstellt eine XML-Datei im Format 'junit', die Jenkins lesen kann // Erstellt eine XML-Datei im Format 'junit', die Jenkins lesen kann
sh 'dotnet test MyHelloWorld.Tests/MyHelloWorld.Tests.csproj --no-build --configuration Release --logger "junit;LogFileName=results.xml;MethodDisplay=ClassAndMethod"' sh 'dotnet test --configuration Release'
} }
} }
} }