Fix build break

This commit is contained in:
Pranav K 2016-05-02 16:22:54 -07:00
parent f0358182e4
commit 296ca0f948
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": {