Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseldredge committed Jan 3, 2014
1 parent 4defcd8 commit d2670b3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ Finally, build:

This puts the built app into `./dist`.

_Note_: `grunt build` will clean the dist directory, so you will need to run MSBuild again
if you are testing the .NET back end locally.
_Note_: `grunt build` will call msbuild if available to build the .NET components. Use
`grunt build --force` to ignore the warning.

### .NET Back End

Expand Down Expand Up @@ -76,5 +76,8 @@ To execute tests without building first:

To execute a specific test case:

msbuild /t:IntegrationTest /p:TestsEnabled=true /p:TestCase=TestPutPackageWithFullPath
msbuild /t:IntegrationTest /p:TestsEnabled=true /p:TestCase=Test_PutPackage

To run the tests against a different endpoint and avoid starting and stopping IIS Express, use the `HttpUrl` property:

msbuild /t:IntegrationTest /p:HttpUrl=http://localhost:40221/

0 comments on commit d2670b3

Please sign in to comment.