Github user dpsenner commented on a diff in the pull request:

    https://github.com/apache/logging-log4net/pull/14#discussion_r133700988
  
    --- Diff: Jenkinsfile ---
    @@ -61,21 +61,14 @@ pipeline {
                                        // run docker container
                                        builder.inside {
                                                // compile
    -                                           sh "nant compile-netstandard"
    +                                           sh "dotnet build 
src/log4net.csproj -c Release -f netstandard1.3 -o ../bin/netstandard1.3"
    +                                           sh "dotnet build 
src/log4net.csproj -c Release -f netstandard2.0 -o ../bin/netstandard2.0"
    --- End diff --
    
    I would prefer this to be a separate stage.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to