Skip to content

Commit

Permalink
Merge pull request dotnet#1198 from zhenlan/docfix
Browse files Browse the repository at this point in the history
Update dev guide doc
  • Loading branch information
zhenlan committed May 21, 2016
2 parents 198488c + a103c24 commit 9eeab99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/developer-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
=======================
Expand Down

0 comments on commit 9eeab99

Please sign in to comment.