Skip to content

Commit 336395c

Browse files
author
Muhammad Rehan Saeed
committed
Add Azure Pipelines Badges
1 parent 162dc79 commit 336395c

File tree

1 file changed

+23
-21
lines changed

1 file changed

+23
-21
lines changed

README.md

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
1-
![.NET Boxed Banner](https://raw.githubusercontent.com/Dotnet-Boxed/Templates/master/Images/Banner.png)
2-
3-
[![Twitter URL](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/RehanSaeedUK) [![Twitter Follow](https://img.shields.io/twitter/follow/rehansaeeduk.svg?style=social&label=Follow)](https://twitter.com/RehanSaeedUK)
4-
5-
.NET Core Extensions and Helper NuGet packages. If you are looking for the .NET Boxed project templates, you can find them [here](https://github.com/Dotnet-Boxed/Templates).
6-
7-
## Continuous Integration
8-
9-
| Name | Operating System | Status |
10-
| :--- | :--- | :--- |
11-
| AppVeyor | Windows | [![AppVeyor Build status](https://ci.appveyor.com/api/projects/status/aknwu9sil3dv3im0?svg=true)](https://ci.appveyor.com/project/RehanSaeed/framework) |
12-
| Travis CI | Linux & Mac | [![Travis CI Build Status](https://img.shields.io/travis/Dotnet-Boxed/Framework.svg?maxAge=3600&label=travis)](https://travis-ci.org/Dotnet-Boxed/Framework) |
13-
14-
## NuGet Packages
15-
16-
| Name | NuGet | MyGet |
17-
| :--- | :--- | :--- |
18-
| ![.NET Boxed Icon](https://raw.githubusercontent.com/Dotnet-Boxed/Templates/master/Images/Icon-16x16.png) [Boxed.AspNetCore](https://www.nuget.org/packages/Boxed.AspNetCore/) | [![Boxed.AspNetCore](https://img.shields.io/nuget/v/Boxed.AspNetCore.svg)](https://www.nuget.org/packages/Boxed.AspNetCore/) | [![Boxed.AspNetCore](https://img.shields.io/myget/dotnet-boxed/vpre/Boxed.AspNetCore.svg)](http://myget.org/gallery/Boxed.AspNetCore) |
19-
| ![.NET Boxed Icon](https://raw.githubusercontent.com/Dotnet-Boxed/Templates/master/Images/Icon-16x16.png) [Boxed.AspNetCore.Swagger](https://www.nuget.org/packages/Boxed.AspNetCore.Swagger/) | [![Boxed.AspNetCore.Swagger](https://img.shields.io/nuget/v/Boxed.AspNetCore.Swagger.svg)](https://www.nuget.org/packages/Boxed.AspNetCore.Swagger/) | [![Boxed.AspNetCore.Swagger](https://img.shields.io/myget/dotnet-boxed/vpre/Boxed.AspNetCore.Swagger.svg)](http://myget.org/gallery/Boxed.AspNetCore.Swagger) |
20-
| ![.NET Boxed Icon](https://raw.githubusercontent.com/Dotnet-Boxed/Templates/master/Images/Icon-16x16.png) [Boxed.AspNetCore.TagHelpers](https://www.nuget.org/packages/Boxed.AspNetCore.TagHelpers/) | [![Boxed.AspNetCore.TagHelpers](https://img.shields.io/nuget/v/Boxed.AspNetCore.TagHelpers.svg)](https://www.nuget.org/packages/Boxed.AspNetCore.TagHelpers/) | [![Boxed.AspNetCore.TagHelpers](https://img.shields.io/myget/dotnet-boxed/vpre/Boxed.AspNetCore.TagHelpers.svg)](http://myget.org/gallery/Boxed.AspNetCore.TagHelpers) |
21-
| ![.NET Boxed Icon](https://raw.githubusercontent.com/Dotnet-Boxed/Templates/master/Images/Icon-16x16.png) [Boxed.Mapping](https://www.nuget.org/packages/Boxed.Mapping/) | [![Boxed.Mapping](https://img.shields.io/nuget/v/Boxed.Mapping.svg)](https://www.nuget.org/packages/Boxed.Mapping/) | [![Boxed.Mapping](https://img.shields.io/myget/dotnet-boxed/vpre/Boxed.Mapping.svg)](http://myget.org/gallery/Boxed.Mapping) |
1+
![.NET Boxed Banner](https://raw.githubusercontent.com/Dotnet-Boxed/Templates/master/Images/Banner.png)
2+
3+
[![Twitter URL](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/RehanSaeedUK) [![Twitter Follow](https://img.shields.io/twitter/follow/rehansaeeduk.svg?style=social&label=Follow)](https://twitter.com/RehanSaeedUK)
4+
5+
.NET Core Extensions and Helper NuGet packages. If you are looking for the .NET Boxed project templates, you can find them [here](https://github.com/Dotnet-Boxed/Templates).
6+
7+
## Continuous Integration
8+
9+
| Name | Operating System | Status |
10+
| :--- | :--- | :--- |
11+
| AppVeyor | Windows | [![AppVeyor Build status](https://ci.appveyor.com/api/projects/status/aknwu9sil3dv3im0?svg=true)](https://ci.appveyor.com/project/RehanSaeed/framework) |
12+
| Azure DevOps | Ubuntu | [![Azure DevOps Ubuntu Build Status](https://dev.azure.com/dotnet-boxed/Framework/_apis/build/status/Dotnet-Boxed.Framework?branchName=master&stageName=Build&jobName=Build&configuration=Build%20Linux)](https://dev.azure.com/dotnet-boxed/Framework/_build/latest?definitionId=1&branchName=master) |
13+
| Azure DevOps | Mac | [![Azure DevOps Mac Build Status](https://dev.azure.com/dotnet-boxed/Framework/_apis/build/status/Dotnet-Boxed.Framework?branchName=master&stageName=Build&jobName=Build&configuration=Build%20Mac)](https://dev.azure.com/dotnet-boxed/Framework/_build/latest?definitionId=1&branchName=master) |
14+
| Azure DevOps | Windows | [![Azure DevOps Windows Build Status](https://dev.azure.com/dotnet-boxed/Framework/_apis/build/status/Dotnet-Boxed.Framework?branchName=master&stageName=Build&jobName=Build&configuration=Build%20Windows)](https://dev.azure.com/dotnet-boxed/Framework/_build/latest?definitionId=1&branchName=master) |
15+
16+
## NuGet Packages
17+
18+
| Name | NuGet | MyGet |
19+
| :--- | :--- | :--- |
20+
| ![.NET Boxed Icon](https://raw.githubusercontent.com/Dotnet-Boxed/Templates/master/Images/Icon-16x16.png) [Boxed.AspNetCore](https://www.nuget.org/packages/Boxed.AspNetCore/) | [![Boxed.AspNetCore](https://img.shields.io/nuget/v/Boxed.AspNetCore.svg)](https://www.nuget.org/packages/Boxed.AspNetCore/) | [![Boxed.AspNetCore](https://img.shields.io/myget/dotnet-boxed/vpre/Boxed.AspNetCore.svg)](http://myget.org/gallery/Boxed.AspNetCore) |
21+
| ![.NET Boxed Icon](https://raw.githubusercontent.com/Dotnet-Boxed/Templates/master/Images/Icon-16x16.png) [Boxed.AspNetCore.Swagger](https://www.nuget.org/packages/Boxed.AspNetCore.Swagger/) | [![Boxed.AspNetCore.Swagger](https://img.shields.io/nuget/v/Boxed.AspNetCore.Swagger.svg)](https://www.nuget.org/packages/Boxed.AspNetCore.Swagger/) | [![Boxed.AspNetCore.Swagger](https://img.shields.io/myget/dotnet-boxed/vpre/Boxed.AspNetCore.Swagger.svg)](http://myget.org/gallery/Boxed.AspNetCore.Swagger) |
22+
| ![.NET Boxed Icon](https://raw.githubusercontent.com/Dotnet-Boxed/Templates/master/Images/Icon-16x16.png) [Boxed.AspNetCore.TagHelpers](https://www.nuget.org/packages/Boxed.AspNetCore.TagHelpers/) | [![Boxed.AspNetCore.TagHelpers](https://img.shields.io/nuget/v/Boxed.AspNetCore.TagHelpers.svg)](https://www.nuget.org/packages/Boxed.AspNetCore.TagHelpers/) | [![Boxed.AspNetCore.TagHelpers](https://img.shields.io/myget/dotnet-boxed/vpre/Boxed.AspNetCore.TagHelpers.svg)](http://myget.org/gallery/Boxed.AspNetCore.TagHelpers) |
23+
| ![.NET Boxed Icon](https://raw.githubusercontent.com/Dotnet-Boxed/Templates/master/Images/Icon-16x16.png) [Boxed.Mapping](https://www.nuget.org/packages/Boxed.Mapping/) | [![Boxed.Mapping](https://img.shields.io/nuget/v/Boxed.Mapping.svg)](https://www.nuget.org/packages/Boxed.Mapping/) | [![Boxed.Mapping](https://img.shields.io/myget/dotnet-boxed/vpre/Boxed.Mapping.svg)](http://myget.org/gallery/Boxed.Mapping) |

0 commit comments

Comments
 (0)