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

This commit is contained in:
2026-05-05 09:40:43 +02:00
parent 8102197b03
commit 848e51c555
8 changed files with 38 additions and 3 deletions

View File

@@ -8,6 +8,12 @@
"build/netstandard1.0/coverlet.collector.targets": {}
}
},
"JunitXml.TestLogger/8.0.0": {
"type": "package",
"build": {
"build/netstandard2.0/JUnitXml.TestLogger.props": {}
}
},
"Microsoft.CodeCoverage/17.8.0": {
"type": "package",
"compile": {
@@ -1775,6 +1781,23 @@
"coverlet.collector.nuspec"
]
},
"JunitXml.TestLogger/8.0.0": {
"sha512": "rO2ugKcbVy8SHNKeqfX/DshUcTtolnEUwMKehVB6gh5/YoL+U07zoACCyGRvgMtzq7fr9o6GLkXOmVj9WMgx+w==",
"type": "package",
"path": "junitxml.testlogger/8.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"build/_common/Microsoft.VisualStudio.TestPlatform.Extension.JUnit.Xml.TestLogger.dll",
"build/_common/Spekt.TestLogger.dll",
"build/netstandard2.0/JUnitXml.TestLogger.props",
"docs/CHANGELOG.md",
"docs/README.md",
"junitxml.testlogger.8.0.0.nupkg.sha512",
"junitxml.testlogger.nuspec",
"packageIcon.png"
]
},
"Microsoft.CodeCoverage/17.8.0": {
"sha512": "KC8SXWbGIdoFVdlxKk9WHccm0llm9HypcHMLUUFabRiTS3SO2fQXNZfdiF3qkEdTJhbRrxhdRxjL4jbtwPq4Ew==",
"type": "package",
@@ -5516,6 +5539,7 @@
},
"projectFileDependencyGroups": {
"net8.0": [
"JunitXml.TestLogger >= 8.0.0",
"Microsoft.NET.Test.Sdk >= 17.8.0",
"SecDevOpsLab >= 1.0.0",
"coverlet.collector >= 6.0.0",
@@ -5569,6 +5593,10 @@
"net8.0": {
"targetAlias": "net8.0",
"dependencies": {
"JunitXml.TestLogger": {
"target": "Package",
"version": "[8.0.0, )"
},
"Microsoft.NET.Test.Sdk": {
"target": "Package",
"version": "[17.8.0, )"