From dd297b6d09f645ce8b80311a335178b97d854240 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Tue, 23 Aug 2016 11:03:04 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b5f4761d04..4aced681dc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ ASP.NET Core MVC Precompilation === +AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/jx955ph2045dw1w0/branch/dev?svg=true)](https://ci.appveyor.com/project/aspnetci/mvcprecompilation/branch/dev) Travis: [![Travis](https://travis-ci.org/aspnet/MvcPrecompilation.svg?branch=dev)](https://travis-ci.org/aspnet/mvcprecompilation) The Razor syntax provides a fast, terse, clean, and lightweight way to combine server code with HTML to create dynamic web content. This repo contains tooling that allows compilation of MVC Razor views as part of build and publish.