You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by da...@apache.org on 2020/09/30 17:42:06 UTC

[logging-log4net] 02/03: :memo: add documentation about building with docker

This is an automated email from the ASF dual-hosted git repository.

davydm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4net.git

commit 9e3b1d182a53d8ff6e9f043416dd36119c73d0d2
Author: Davyd McColl <da...@gmail.com>
AuthorDate: Wed Sep 30 19:20:37 2020 +0200

    :memo: add documentation about building with docker
---
 BUILDING.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/BUILDING.md b/BUILDING.md
index f8de5e2..2330e8c 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -32,6 +32,7 @@ Options:
             - `npm run build`
             - optionally `npm test` to run all tests
             - optionally `npm run release` to generate release artifacts
+- build via docker for windows, using the `build-with-docker-for-windows.bat` script
 - build via the vs2019 Windows AppVeyer image. There is an appveyer.yml file
     included which (should) build if you set up AppVeyer to track
     your fork. AppVeyer is free for open-source projects.