From a103c240e4c704dcf6de4c40ecf278bf67ee47d9 Mon Sep 17 00:00:00 2001 From: Zhenlan Wang Date: Fri, 20 May 2016 18:20:42 -0700 Subject: [PATCH] Update dev guide doc --- Documentation/developer-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/developer-guide.md b/Documentation/developer-guide.md index bf340f755d3..c0c1fec5734 100644 --- a/Documentation/developer-guide.md +++ b/Documentation/developer-guide.md @@ -73,7 +73,7 @@ You will need to replace `[WCFTestServiceBaseAddress]` in above commands with an See [Scenario test guide](https://github.com/dotnet/wcf/blob/master/Documentation/scenario-test-guide.md) for further details including how to start a WCF test service. -Note: in case you need to run scenario tests against a different `ServiceUri`, you can either use environment variable to override the old value or clean up `bin` +Note: in case you need to run scenario tests against a different WCF service, you can either use environment variable `ServiceUri` to override the old value passed by `/p:ServiceUri` or clean up `Infrastructure.Common` directory of your current build under `bin` before calling above commands again. Obtaining code coverage =======================