Skip to content

Commit

Permalink
Changed task to be able to run multiple times
Browse files Browse the repository at this point in the history
  • Loading branch information
knom committed Dec 18, 2019
1 parent 6b0ddd0 commit 5f9f595
Show file tree
Hide file tree
Showing 9 changed files with 49 additions and 1,312 deletions.
5 changes: 5 additions & 0 deletions GitVersion.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
mode: Mainline
branches: {}
ignore:
sha: []
merge-message-formats: {}
2 changes: 2 additions & 0 deletions PRIVACY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## Privacy ##
This extension does not collect, store or transmit any data.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# VSTS Build/RM Inspection Tasks ![build badge](https://knom-msft.visualstudio.com/_apis/public/build/definitions/9d8fcb7c-6c11-4014-9dc2-7966c94af2b2/11/badge) #
# VSTS Build/RM Inspection Tasks [![Version](https://img.shields.io/vscode-marketplace/v/knom.vsts-debughelper-tasks.svg?label=VS%20Marketplace&logo=visual-studio-code&logoColor=white)](https://marketplace.visualstudio.com/items?itemName=knom.vsts-debughelper-tasks) [![Visual Studio Marketplace Downloads](https://img.shields.io/vscode-marketplace/d/knom.vsts-debughelper-tasks.svg?logo=visual-studio-code&logoColor=white)](https://marketplace.visualstudio.com/items?itemName=knom.vsts-debughelper-tasks) [![GitHub License](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/knom/vsts-debug-tasks/blob/master/LICENSE.md) ![build badge](https://knom-msft.visualstudio.com/_apis/public/build/definitions/9d8fcb7c-6c11-4014-9dc2-7966c94af2b2/11/badge) #

A set of build/release tasks to help debug issues with your build/release processes by inspecting the agent.

## Supported Platforms

* Azure DevOps - Pipelines
* Team Foundation Server 2015 Update 3 and higher ([How to install extensions in TFS](https://www.visualstudio.com/en-us/docs/marketplace/get-tfs-extensions))
* **Only Windows** - sorry, this is due to the lack of Powershell support of the underlying task FX platform :-(

## Have you been in a situation where your build is just working as it should? ##

![screen4](https://raw.githubusercontent.com/knom/vsts-debug-tasks/master/static/images/Screen4.png)
Expand Down
2 changes: 1 addition & 1 deletion license.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
Loading

0 comments on commit 5f9f595

Please sign in to comment.