Skip to content

Commit

Permalink
Add missing README options
Browse files Browse the repository at this point in the history
Change-Id: Iaebe7a84a9e2ba66ecfe6bcacfd0fc69859bf3cb
  • Loading branch information
ul-remy committed May 18, 2015
1 parent da9daa4 commit 6da6379
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,10 @@ It creates a task 'nunit' that may be configured as follows:
// optional - defaults to FALSE and termines the behavior of the task if the nunit-console.exe program exits
// abnormally
ignoreFailures = false

// Mapped NUnit-Console Command Line Options
exclude 'Database'
include 'BaseLine'
framework 'net-1.1'
noShadow = true
}

0 comments on commit 6da6379

Please sign in to comment.