Building via dotnet command line is not integrated with the maven build. Here's how you'd do it for the HelloREEF project that uses the new bridge: ``` dotnet publish -f netcoreapp2.0 -r linux-x64 --self-contained true Org.Apache.REEF.Bridge.Core.HelloREEF.csproj ``` This can be executed on linux e.g., I do it via WSL.
[ Full content available at: https://github.com/apache/reef/pull/1477 ] This message was relayed via gitbox.apache.org for [email protected]
