Skip to content
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

Merged
merged 2 commits into from
May 21, 2016
Merged

Update dev doc #1186

merged 2 commits into from
May 21, 2016

Conversation

zhenlan
Copy link
Member

@zhenlan zhenlan commented May 20, 2016

Add new instructions of outerloop testing
Also updated dev doc to include build.sh for x-plat.

fixes #1166

skip ci please


```
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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: "scenario" spelling

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed. thanks!

@roncain
Copy link
Contributor

roncain commented May 20, 2016

LGTM.
I made some optional comments for consideration, but none of them are blocking.

@@ -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.
Copy link
Member

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"

Copy link
Member Author

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".

@iamjasonp
Copy link
Member

LGTM - no blocking comments, though it'd be good to have the spelling typos corrected at least

@zhenlan zhenlan merged commit 198488c into dotnet:master May 21, 2016
@zhenlan zhenlan deleted the devdocs branch May 21, 2016 01:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update developer-guide.md with new instructions of outerloop testing
5 participants