Merge branch 'release' into dev

This commit is contained in:
Pranav K 2016-05-02 16:23:48 -07:00
commit 7494e6a10a
1 changed files with 4 additions and 1 deletions

View File

@ -40,7 +40,10 @@
},
"buildOptions": {
"allowUnsafe": true,
"keyFile": "../../tools/Key.snk"
"keyFile": "../../tools/Key.snk",
"copyToOutput": {
"include": "TestResources/testCert.pfx"
}
},
"testRunner": "xunit",
"publishOptions": {