From b1fb72f23783e7f5db134b17b107ab3ae9d3dcf7 Mon Sep 17 00:00:00 2001 From: Michael Niksa Date: Mon, 14 Aug 2017 12:31:11 -0700 Subject: [PATCH 1/3] Add build badge for color tool master. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b4516d98c..657255adc 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,8 @@ Here you'll find assorted console tools in the `tools/` directory, such as the We will be monitoring and responding to issues as best we can. Please attempt to avoid filing duplicates of open or closed items when possible. + +## Build Status + +|---|---| +|tools/ColorTool|![](https://microsoft.visualstudio.com/_apis/public/build/definitions/c93e867a-8815-43c1-92c4-e7dd5404f1e1/17023/badge)| \ No newline at end of file From dd4f1fd296ed6dd1f5473a68be32c1d9f76efbba Mon Sep 17 00:00:00 2001 From: Michael Niksa Date: Mon, 14 Aug 2017 12:34:26 -0700 Subject: [PATCH 2/3] try to trigger github markdown for tables by removing end | --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 657255adc..a96ba679d 100644 --- a/README.md +++ b/README.md @@ -11,5 +11,6 @@ Please attempt to avoid filing duplicates of open or closed items when possible. ## Build Status -|---|---| -|tools/ColorTool|![](https://microsoft.visualstudio.com/_apis/public/build/definitions/c93e867a-8815-43c1-92c4-e7dd5404f1e1/17023/badge)| \ No newline at end of file + +---|--- +tools/ColorTool|![](https://microsoft.visualstudio.com/_apis/public/build/definitions/c93e867a-8815-43c1-92c4-e7dd5404f1e1/17023/badge) \ No newline at end of file From 27fa917ada0ba8dbb685a2408a443630626b453d Mon Sep 17 00:00:00 2001 From: Michael Niksa Date: Mon, 14 Aug 2017 12:35:23 -0700 Subject: [PATCH 3/3] Add a table header and see if *that* triggers GitHub to make a markdown table. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a96ba679d..d54407e5a 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,6 @@ Please attempt to avoid filing duplicates of open or closed items when possible. ## Build Status - +Project|Build Status ---|--- tools/ColorTool|![](https://microsoft.visualstudio.com/_apis/public/build/definitions/c93e867a-8815-43c1-92c4-e7dd5404f1e1/17023/badge) \ No newline at end of file