We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a82975 commit abf456fCopy full SHA for abf456f
GitVersion.yml
@@ -1,7 +1,7 @@
1
assembly-versioning-scheme: None
2
mode: ContinuousDeployment
3
continuous-delivery-fallback-tag: ''
4
-next-version: 1.0.0
+next-version: 2.1.0
5
branches:
6
master:
7
TfsWitMigrator.Core/Configuration/Processing/CreateTeamFoldersConfig.cs
@@ -0,0 +1,23 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace VSTS.DataBulkEditor.Engine.Configuration.Processing
8
+{
9
+ public class CreateTeamFoldersConfig : ITfsProcessingConfig
10
+ {
11
+ public bool Disabled { get; set; }
12
13
+ public Type Processor
14
15
+ get
16
17
+ return typeof(CreateTeamFolders);
18
+ }
19
20
21
22
23
0 commit comments