File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
namespace Cake . AzureDevOps
2
2
{
3
+ using System . Collections . Generic ;
3
4
using Cake . AzureDevOps . Pipelines ;
4
5
using Cake . Core ;
5
6
using Cake . Core . Annotations ;
6
- using System . Collections . Generic ;
7
7
8
8
/// <content>
9
9
/// Contains functionality related to Azure Pipeline builds.
Original file line number Diff line number Diff line change 1
1
namespace Cake . AzureDevOps . Pipelines
2
2
{
3
- using Cake . AzureDevOps . Authentication ;
4
- using Cake . Core . Diagnostics ;
5
- using Microsoft . TeamFoundation . Build . WebApi ;
6
- using Microsoft . TeamFoundation . TestManagement . WebApi ;
7
3
using System ;
8
4
using System . Collections . Generic ;
9
5
using System . Linq ;
10
6
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 ;
11
11
12
12
/// <summary>
13
13
/// Class for writing issues to Azure DevOps pull requests.
You can’t perform that action at this time.
0 commit comments