Skip to content

Commit

Permalink
Add build option to disable parallel test execution
Browse files Browse the repository at this point in the history
  • Loading branch information
jasper-schneider committed Dec 1, 2016
1 parent 0fc7ab7 commit 7e40657
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/ResourceManagement/Batch/Batch.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"description": "Batch.Tests Class Library",
"authors": [ "Microsoft Corporation" ],

"buildOptions": {
"delaySign": true,
"publicSign": false,
"keyFile": "../../../../tools/MSSharedLibKey.snk",
"compile": "../../../../tools/DisableTestRunParallel.cs"
},

"testRunner": "xunit",
"frameworks": {
"netcoreapp1.0": {
Expand Down

0 comments on commit 7e40657

Please sign in to comment.