File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11# Azure DevOps Tracker
22
3+ [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/13v7nidttpa0d5x3/branch/main?svg=true )] ( https://ci.appveyor.com/project/DiegoGalante/azure-devops-tracker/branch/main )
4+ ![ Nuget] ( https://img.shields.io/nuget/v/AzureDevOpsTracker )
5+
6+
37For a Technology Team Manager, the process improvement in search of agility and productivity is indispensable. For that, data is very important.
48
59
@@ -32,7 +36,7 @@ The **Azure DevOps Tracker** brings automatically tracking of Workitems and will
3236
3337# Installation
3438``` c#
35- PM > Install - Package AzureDevOpsTracker - Version 1.0.0
39+ PM > Install - Package AzureDevOpsTracker - Version 1.0.1
3640```
3741For more instructions and examples, go to our [ Wiki] ( https://github.com/typinghard/azure-devops-tracker/wiki ) .
3842 - [ English] ( https://github.com/typinghard/azure-devops-tracker/wiki/English ) 🇺🇸
Original file line number Diff line number Diff line change 1+ version : 1.0.{build}
2+ configuration : Release
3+ before_build :
4+ - cmd : nuget restore ./AzureDevopsStateTracker/AzureDevopsStateTracker.sln
5+ build :
6+ verbosity : minimal
You can’t perform that action at this time.
0 commit comments