Fixing schema change warnings

This commit is contained in:
Pranav K 2016-05-18 19:09:57 -07:00
parent 297c5d3ac0
commit e8faec59f0
1 changed files with 4 additions and 2 deletions

View File

@ -34,9 +34,11 @@
} }
}, },
"testRunner": "xunit", "testRunner": "xunit",
"compile": "../common/**/*.cs",
"buildOptions": { "buildOptions": {
"warningsAsErrors": true, "warningsAsErrors": true,
"keyFile": "../../tools/Key.snk" "keyFile": "../../tools/Key.snk",
"compile": {
"include": "../common/**/*.cs"
}
} }
} }