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

nightowl888 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 213f54f  Updated README
213f54f is described below

commit 213f54fe9a82de6a6581691c4dcd6a607ca086db
Author: Shad Storhaug <[email protected]>
AuthorDate: Mon Feb 1 05:46:39 2021 +0700

    Updated README
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index ad9930d..0e4902f 100644
--- a/README.md
+++ b/README.md
@@ -243,7 +243,7 @@ Then all you need to do is choose the `Lucene.Net Local 
Packages` feed from the
 #### Execution
 
 1. Open `Lucene.Net.sln` in Visual Studio.
-2. Choose the target framework to test by opening 
`build/TestTargetFramework.proj` and uncommenting the corresponding 
`<TargetFramework>`.
+2. Choose the target framework to test by opening 
`build/TestTargetFramework.props` and uncommenting the corresponding 
`<TargetFramework>` (and commenting all others).
 3. Build a project or the entire solution, and wait for Visual Studio to 
discover the tests - this may take several minutes.
 4. Run or debug the tests in Test Explorer, optionally using the desired 
filters.
 
@@ -251,7 +251,7 @@ Then all you need to do is choose the `Lucene.Net Local 
Packages` feed from the
 
 ### Azure DevOps
 
-We have setup our `azure-pipelines.yml` file with logical defaults so anyone 
with an Azure DevOps account can build Lucene.Net and run the tests with 
minimal effort. Even a free Azure DevOps account will work, but tests will run 
much faster if the account is setup as public, which enables up to 10 parallel 
jobs to run simultaneously.
+We have setup our `azure-pipelines.yml` file with logical defaults so anyone 
with an Azure DevOps account can build Lucene.NET and run the tests with 
minimal effort. Even a free Azure DevOps account will work, but tests will run 
much faster if the account is setup as public, which enables up to 10 parallel 
jobs to run simultaneously.
 
 #### Prerequisites
 

Reply via email to