Add ASP.NET Core build system

This commit is contained in:
SteveSandersonMS
2016-02-02 16:22:32 +00:00
parent e59e2e0328
commit 35e620ae48
9 changed files with 204 additions and 1 deletions

7
appveyor.yml Executable file
View File

@@ -0,0 +1,7 @@
init:
- git config --global core.autocrlf true
build_script:
- build.cmd verify
clone_depth: 1
test: off
deploy: off