Skip to content

Commit

Permalink
Add badges to README
Browse files Browse the repository at this point in the history
  • Loading branch information
RehanSaeed committed Jun 5, 2020
1 parent 2345a0f commit 13c744e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ You can find release notes for each version [here](https://github.com/Dotnet-Box
| Azure Pipelines | Ubuntu | [![Azure Pipelines Ubuntu Build Status](https://dev.azure.com/dotnet-boxed/Templates/_apis/build/status/Dotnet-Boxed.Templates?branchName=master&stageName=Build&jobName=Build&configuration=Build%20Linux)](https://dev.azure.com/dotnet-boxed/Templates/_build/latest?definitionId=2&branchName=master) | |
| Azure Pipelines | Mac | [![Azure Pipelines Mac Build Status](https://dev.azure.com/dotnet-boxed/Templates/_apis/build/status/Dotnet-Boxed.Templates?branchName=master&stageName=Build&jobName=Build&configuration=Build%20Mac)](https://dev.azure.com/dotnet-boxed/Templates/_build/latest?definitionId=2&branchName=master) | |
| Azure Pipelines | Windows | [![Azure Pipelines Windows Build Status](https://dev.azure.com/dotnet-boxed/Templates/_apis/build/status/Dotnet-Boxed.Templates?branchName=master&stageName=Build&jobName=Build&configuration=Build%20Windows)](https://dev.azure.com/dotnet-boxed/Templates/_build/latest?definitionId=2&branchName=master) | |
| Azure Pipelines | Overall | [![Azure Pipelines Overall Build Status](https://dev.azure.com/dotnet-boxed/Templates/_apis/build/status/Dotnet-Boxed.Templates?branchName=master)](https://dev.azure.com/dotnet-boxed/Templates/_build/latest?definitionId=2&branchName=master) | [![Azure DevOps Build History](https://buildstats.info/azurepipelines/chart/dotnet-boxed/Templates/2?branch=master&includeBuildsFromPullRequest=false)](https://dev.azure.com/dotnet-boxed/Templates/_build/latest?definitionId=2&branchName=master) |
| Azure Pipelines | Overall | [![Azure Pipelines Overall Build Status](https://dev.azure.com/dotnet-boxed/Templates/_apis/build/status/Dotnet-Boxed.Templates?branchName=master)](https://dev.azure.com/dotnet-boxed/Templates/_build/latest?definitionId=2&branchName=master) | [![Azure Pipelines Build History](https://buildstats.info/azurepipelines/chart/dotnet-boxed/Templates/2?branch=master&includeBuildsFromPullRequest=false)](https://dev.azure.com/dotnet-boxed/Templates/_build/latest?definitionId=2&branchName=master) |
| GitHub Actions | Ubuntu, Mac & Windows | [![GitHub Actions Status](https://github.com/Dotnet-Boxed/Templates/workflows/Build/badge.svg?branch=master)](https://github.com/Dotnet-Boxed/Templates/actions) | [![GitHub Actions Build History](https://buildstats.info/github/chart/Dotnet-Boxed/Templates?branch=master&includeBuildsFromPullRequest=false)](https://github.com/Dotnet-Boxed/Templates/actions) |
| AppVeyor | Ubuntu & Windows | [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/munmh9if4vfeqy62/branch/master?svg=true)](https://ci.appveyor.com/project/RehanSaeed/templates/branch/master) | [![AppVeyor Build History](https://buildstats.info/appveyor/chart/RehanSaeed/Templates?branch=master&includeBuildsFromPullRequest=false)](https://ci.appveyor.com/project/RehanSaeed/Templates) |

Expand Down
21 changes: 21 additions & 0 deletions Source/NuGetTemplate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,25 @@

# PROJECT-TITLE

<!--#if AppVeyor-->
Example showing how to setup an AppVeyor build status badge and build history bar chart:
```md
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/munmh9if4vfeqy62/branch/master?svg=true)](https://ci.appveyor.com/project/GITHUB-USERNAME/GITHUB-PROJECT/branch/master)
[![AppVeyor Build History](https://buildstats.info/appveyor/chart/GITHUB-USERNAME/GITHUB-PROJECT?branch=master&includeBuildsFromPullRequest=false)](https://ci.appveyor.com/project/GITHUB-USERNAME/GITHUB-PROJECT)
```

<!--#endif-->
<!--#if AzurePipelines-->
Example showing how to setup an Azure Pipelines build status badge and build history bar chart:
```md
[![Azure Pipelines Overall Build Status](https://dev.azure.com/dotnet-boxed/Templates/_apis/build/status/Dotnet-Boxed.Templates?branchName=master)](https://dev.azure.com/dotnet-boxed/Templates/_build/latest?definitionId=2&branchName=master)
[![Azure Pipelines Build History](https://buildstats.info/azurepipelines/chart/dotnet-boxed/Templates/2?branch=master&includeBuildsFromPullRequest=false)](https://dev.azure.com/dotnet-boxed/Templates/_build/latest?definitionId=2&branchName=master)
```

<!--#endif-->
<!--#if GitHubActions-->
[![GitHub Actions Status](https://github.com/GITHUB-USERNAME/GITHUB-PROJECT/workflows/Build/badge.svg?branch=master)](https://github.com/GITHUB-USERNAME/GITHUB-PROJECT/actions)
[![GitHub Actions Build History](https://buildstats.info/github/chart/GITHUB-USERNAME/GITHUB-PROJECT?branch=master&includeBuildsFromPullRequest=false)](https://github.com/GITHUB-USERNAME/GITHUB-PROJECT/actions)

<!--#endif-->
PROJECT-DESCRIPTION

0 comments on commit 13c744e

Please sign in to comment.