Skip to content

Commit eeb1347

Browse files
committed
Add AppVeyor configuration and disable Travis for now
1 parent da59ce7 commit eeb1347

File tree

3 files changed

+33
-0
lines changed

3 files changed

+33
-0
lines changed

.appveyor.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
init:
2+
- git config --global core.autocrlf true
3+
branches:
4+
only:
5+
- master
6+
- /^(.*\/)?ci-.*$/
7+
- /^rel\/.*/
8+
configuration:
9+
- CodeAnalysis
10+
- Release
11+
matrix:
12+
fast_finish: true
13+
before_build:
14+
- cmd: .\build.cmd EnableSkipStrongNames
15+
build_script:
16+
- cmd: .\build.cmd UnitTest /P:Configuration=%Configuration%
17+
clone_depth: 1
18+
test: off
19+
deploy: off
20+
os: Visual Studio 2017

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: csharp
2+
sudo: false
3+
dist: trusty
4+
mono: none
5+
os:
6+
- linux
7+
branches:
8+
only:
9+
- not.a.branch
10+
script:
11+
- echo Skipping builds for now.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
ASP.NET MVC, Web API, Web Pages, and Razor
22
===
33

4+
AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/github/aspnet/aspnetwebstack?branch=master&svg=true)](https://ci.appveyor.com/project/aspnetci/aspnetwebstack/branch/master)
5+
46
## Note: This repo is for ASP.NET MVC 5.x, Web API 2.x, and Web Pages 3.x. For ASP.NET Core MVC, check the [MVC repo](https://github.com/aspnet/Mvc).
57

68
ASP.NET MVC is a web framework that gives you a powerful, patterns-based way to build dynamic websites and Web APIs. ASP.NET MVC enables a clean separation of concerns and gives you full control over markup.

0 commit comments

Comments
 (0)