On 2017-07-09, Dominik Psenner wrote:

> I finally managed to build the netstandard assemblies in our jenkins
> pipeline. It was a tough task and the solution feels like a hack, but it
> works. See:

> https://builds.apache.org/job/logging-log4net/job/develop/

> The problem was that dotnet always attempts to find and store dependent
> assemblies in the users home directory, which obviously failed for several
> reasons

would an explicit --packages to "dotnet restore" help? I haven't tried
it myself.

> I tried to run the tests against the built netstandard assemblies but while
> doing so I noticed that there is no nant target for it, nore a
> documentation on how the test project can be run. Does anyone out there
> know the best practice on how to run the tests included in this project?

> log4net/netstandard/log4net.tests/log4net.tests.csproj

dotnet test inside of the directory is what I've done so far.

Stefan

Reply via email to