changed Jenkinsfile
Some checks failed
csharp-secdevops-pipeline-pod/pipeline/head There was a failure building this commit

This commit is contained in:
2026-05-05 08:59:48 +02:00
parent 366a0f548c
commit 8102197b03

2
Jenkinsfile vendored
View File

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