File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11namespace Cake . AzureDevOps
22{
3+ using System . Collections . Generic ;
34 using Cake . AzureDevOps . Pipelines ;
45 using Cake . Core ;
56 using Cake . Core . Annotations ;
6- using System . Collections . Generic ;
77
88 /// <content>
99 /// Contains functionality related to Azure Pipeline builds.
Original file line number Diff line number Diff line change 11namespace Cake . AzureDevOps . Pipelines
22{
3- using Cake . AzureDevOps . Authentication ;
4- using Cake . Core . Diagnostics ;
5- using Microsoft . TeamFoundation . Build . WebApi ;
6- using Microsoft . TeamFoundation . TestManagement . WebApi ;
73 using System ;
84 using System . Collections . Generic ;
95 using System . Linq ;
106 using System . Threading . Tasks ;
7+ using Cake . AzureDevOps . Authentication ;
8+ using Cake . Core . Diagnostics ;
9+ using Microsoft . TeamFoundation . Build . WebApi ;
10+ using Microsoft . TeamFoundation . TestManagement . WebApi ;
1111
1212 /// <summary>
1313 /// Class for writing issues to Azure DevOps pull requests.
You can’t perform that action at this time.
0 commit comments