File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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+
You can’t perform that action at this time.
0 commit comments