Add travis and appveyor CI support.
This commit is contained in:
parent
fcf083dd76
commit
5a6c90882a
|
|
@ -0,0 +1,3 @@
|
|||
language: csharp
|
||||
script:
|
||||
- ./build.sh verify
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
build_script:
|
||||
- build.cmd verify
|
||||
clone_depth: 1
|
||||
test: off
|
||||
deploy: off
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"compilationOptions": {
|
||||
"warningsAsErrors": true
|
||||
"warningsAsErrors": "true"
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.AspNet.Authentication.Cookies": "1.0.0-*",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"compilationOptions": {
|
||||
"warningsAsErrors": true
|
||||
"warningsAsErrors": "true"
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.AspNet.Authorization": "1.0.0-*",
|
||||
|
|
|
|||
Loading…
Reference in New Issue