You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by rc...@apache.org on 2021/08/12 15:58:40 UTC

[lucenenet] branch master updated: Addeded additional "Building and Testing" info to the repo's readme file.

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

rclabo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git


The following commit(s) were added to refs/heads/master by this push:
     new 0dadd00  Addeded additional "Building and Testing" info to the repo's readme file.
     new 0d8d6c8  Merge pull request #508 from rclabo/ReadMe.md_improvements
0dadd00 is described below

commit 0dadd00d2054f97abe279a527bf7261fea42f7e7
Author: Ron Clabo <ro...@GiftOasis.com>
AuthorDate: Thu Aug 12 11:52:21 2021 -0400

    Addeded additional "Building and Testing" info to the repo's readme file.
---
 README.md | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f214d41..48d942e 100644
--- a/README.md
+++ b/README.md
@@ -181,7 +181,7 @@ Building on the Command Line is currently only supported on Windows.
 
 ##### Execution
 
-To build the source, clone or download and unzip the repository. From the repository root, execute:
+To build the source, clone or download and unzip the repository. From the repository root, execute the `batch.bat` file from a command prompt and include the desired options from the build options table below:
 
 ```
 > build [options]
@@ -228,6 +228,14 @@ To build the source, clone or download and unzip the repository. From the reposi
     </tr>
 </table>
 
+For example the following command creates a Release build with NuGet package version 4.8.0‑beta00014b and assembly file version 4.8.0:
+
+```
+> build ‑‑Configuration:Release ‑pv:4.8.0‑beta00014b ‑v:4.8.0
+```
+
+In the above example we are using "b" at the end of the version to indicate this is not a publically released beta version but rather the ouput of a build from master which occured after beta00014 but before beta00015 was released.  
+
 NuGet packages are output by the build to the `/release/NuGetPackages/` directory. Test results (if applicable) are output to the `/release/TestResults/` directory.
 
 You can setup Visual Studio to read the NuGet packages like any NuGet feed by following these steps: