-
Notifications
You must be signed in to change notification settings - Fork 565
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dev doc #1186
Update dev doc #1186
Conversation
|
||
``` | ||
build.cmd /p:WithCategories=OuterLoop | ||
``` | ||
To run scenario tests against an already running WCF test service, you will need to specify the base address | ||
of the WCF test service by using the `/p:ServiceUri` parameter. This is also necessary when running | ||
scenrio tests on Linux or OS X as the WCF service can only run on Windows. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: "scenario" spelling
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed. thanks!
LGTM. |
@@ -23,58 +23,61 @@ Please read [Contributing](https://github.com/dotnet/wcf/blob/master/Documentati | |||
Building the repository | |||
======================= | |||
|
|||
The WCF repository can be built from a regular, non-admin command prompt using build.cmd. This build produces a single System.Private.ServiceModel assembly that implements the individual client libraries. | |||
The WCF repository can be built from a regular, non-admin command prompt using build.cmd on Windows or build.sh on *nix. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NIT: consider using "non-Windows" or "other" platforms, not sure if people would associate OS X as "*nix"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed. Updated to "other platforms".
LGTM - no blocking comments, though it'd be good to have the spelling typos corrected at least |
Add new instructions of outerloop testing
Also updated dev doc to include build.sh for x-plat.
fixes #1166
skip ci please