Skip to content

Commit 02808ed

Browse files
authored
Configure appveyor build
Does not include tests, as those don't work yet.
1 parent a70e64e commit 02808ed

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
# ASP.NET API Versioning
2-
Provides a set of libraries which add service API versioning to ASP.NET Web API, OData with ASP.NET Web API, and ASP.NET Core.
1+
[![AppVeyor Build status](https://ci.appveyor.com/api/projects/status/ho6w0yc612i6jmnp?svg=true)](https://ci.appveyor.com/project/Microsoft/aspnet-api-versioning)
2+
3+
Provides a set of libraries which add service API versioning to ASP.NET Web API, OData with ASP.NET Web API, and ASP.NET Core.

appveyor.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
image: Visual Studio 2015
2+
environment:
3+
TreatWarningsAsErrors: true
4+
before_build:
5+
- dotnet restore
6+
- nuget restore -SolutionDirectory . samples/webapi/BasicWebApiSample/BasicWebApiSample.csproj
7+
- nuget restore -SolutionDirectory . samples/webapi/BasicODataWebApiSample/BasicODataWebApiSample.csproj
8+
build:
9+
publish_nuget: true
10+
publish_nuget_symbols: true
11+
test: off
12+

0 commit comments

Comments
 (0)