Fix build break
This commit is contained in:
parent
f0358182e4
commit
296ca0f948
|
|
@ -40,7 +40,10 @@
|
|||
},
|
||||
"buildOptions": {
|
||||
"allowUnsafe": true,
|
||||
"keyFile": "../../tools/Key.snk"
|
||||
"keyFile": "../../tools/Key.snk",
|
||||
"copyToOutput": {
|
||||
"include": "TestResources/testCert.pfx"
|
||||
}
|
||||
},
|
||||
"testRunner": "xunit",
|
||||
"publishOptions": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue