[
https://issues.apache.org/jira/browse/LOG4NET-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16137009#comment-16137009
]
Dominik Psenner commented on LOG4NET-572:
-----------------------------------------
We might be able to parse the visual studio test results with the
[MSTestJunitHudsonTestType|https://github.com/jenkinsci/xunit-plugin/blob/master/src/main/java/org/jenkinsci/plugins/xunit/types/MSTestJunitHudsonTestType.java]
just like we do now with the
[NUnitJunitHudsonTestType|https://github.com/jenkinsci/xunit-plugin/blob/master/src/main/java/org/jenkinsci/plugins/xunit/types/NUnitJunitHudsonTestType.java].
This could mean that we can use the test command {{dotnet test
--logger:"trx;LogFileName=$(pwd)/testresults.mstest.xml"}} as pointed out in
[this
comment|https://issues.apache.org/jira/browse/LOG4NET-567?focusedCommentId=16135849&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-16135849].
See our current
[Jenkinsfile|https://github.com/apache/logging-log4net/blob/develop/Jenkinsfile]
stage('check test results').
> Add target for netstandard-2.0
> ------------------------------
>
> Key: LOG4NET-572
> URL: https://issues.apache.org/jira/browse/LOG4NET-572
> Project: Log4net
> Issue Type: New Feature
> Components: Builds
> Reporter: Dominik Psenner
> Assignee: Dominik Psenner
>
> Currently all work done so far is available in branch
> feature/netstandard-2.0; the builds pass but CI currently cannot run the
> tests for the targets netstandard-1.3 and netstandard-2.0.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)