Skip to content

Commit 9498cd8

Browse files
authored
Merge branch 'main' into matchUsersByEmail
2 parents b690d78 + 0eb315d commit 9498cd8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/MigrationTools.Clients.AzureDevops.Rest/Processors/AzureDevOpsPipelineProcessorOptions.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ public AzureDevOpsPipelineProcessorOptions()
1717
MigrateServiceConnections = true;
1818
BuildPipelines = null;
1919
ReleasePipelines = null;
20+
RepositoryNameMaps = new Dictionary < string, string > ();
2021
SourceName = "sourceName";
2122
TargetName = "targetName";
2223
}
@@ -66,4 +67,4 @@ public AzureDevOpsPipelineProcessorOptions()
6667
public Dictionary<string, string> RepositoryNameMaps { get; set; } //Can we reuse GitRepoMapping?
6768

6869
}
69-
}
70+
}

0 commit comments

Comments
 (0)