From 165df5787f0ff0ee69e8d1936d1143a4c7af76e9 Mon Sep 17 00:00:00 2001 From: Sarabjot Singh Date: Tue, 23 Apr 2019 18:52:23 +0530 Subject: [PATCH 1/2] Fix README Fixing the Build Status and adding link to the quarterly reports. --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0d7e7de58c..7160ef2ee5 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,7 @@ The Visual Studio Test Platform is an open and extensible test platform that ena The Test Platform currently ships as part Visual Studio 2017, and in the .NET Core Tools Preview 3. ### Build status -| |Debug |Release | -|:----------:|:----------------:|:------------------:| -|**master** |[![Build Status](https://ci.dot.net/buildStatus/icon?job=Microsoft_vstest/master/Windows_NT_Debug)](https://ci.dot.net/job/Microsoft_vstest/job/master/job/Windows_NT_Debug/)|[![Build Status](https://ci.dot.net/buildStatus/icon?job=Microsoft_vstest/master/Windows_NT_Release)](https://ci.dot.net/job/Microsoft_vstest/job/master/job/Windows_NT_Release/)| +[![Build Status](https://dev.azure.com/vstestplatform/TestPlatform/_apis/build/status/TestPlatform.CI?branchName=master)](https://dev.azure.com/vstestplatform/TestPlatform/_build/latest?definitionId=9&branchName=master) ### Contributing There are many ways to contribute to VSTest @@ -56,4 +54,4 @@ VSTest platform is licensed under the [MIT license](https://github.com/Microsoft Please see [issue tracking](https://github.com/Microsoft/vstest-docs/blob/master/issuetracking.md) for a description of the workflow we use to process issues. ### Roadmap -For information on shipped and upcoming features please refer to our [Releases Roadmap](https://github.com/Microsoft/vstest-docs/blob/master/docs/releases.md). +For information on shipped and upcoming features please refer to our [Releases](https://github.com/Microsoft/vstest-docs/blob/master/docs/releases.md) and [Quarterly Checkin reports](https://github.com/Microsoft/vstest-docs/tree/master/Quarterly%20Checkins) From d437fe37ce3f49130590075d49da4da8fb663759 Mon Sep 17 00:00:00 2001 From: Sarabjot Singh Date: Tue, 23 Apr 2019 19:09:34 +0530 Subject: [PATCH 2/2] Nit changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7160ef2ee5..842e5f962f 100644 --- a/README.md +++ b/README.md @@ -54,4 +54,4 @@ VSTest platform is licensed under the [MIT license](https://github.com/Microsoft Please see [issue tracking](https://github.com/Microsoft/vstest-docs/blob/master/issuetracking.md) for a description of the workflow we use to process issues. ### Roadmap -For information on shipped and upcoming features please refer to our [Releases](https://github.com/Microsoft/vstest-docs/blob/master/docs/releases.md) and [Quarterly Checkin reports](https://github.com/Microsoft/vstest-docs/tree/master/Quarterly%20Checkins) +For more information on shipped and upcoming features/enhancements please refer to our [Releases](https://github.com/Microsoft/vstest-docs/blob/master/docs/releases.md) and [Quarterly Checkin reports](https://github.com/Microsoft/vstest-docs/tree/master/Quarterly%20Checkins)