Merge branch 'release' into dev
This commit is contained in:
commit
7494e6a10a
|
|
@ -40,7 +40,10 @@
|
||||||
},
|
},
|
||||||
"buildOptions": {
|
"buildOptions": {
|
||||||
"allowUnsafe": true,
|
"allowUnsafe": true,
|
||||||
"keyFile": "../../tools/Key.snk"
|
"keyFile": "../../tools/Key.snk",
|
||||||
|
"copyToOutput": {
|
||||||
|
"include": "TestResources/testCert.pfx"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"testRunner": "xunit",
|
"testRunner": "xunit",
|
||||||
"publishOptions": {
|
"publishOptions": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue