Skip to content

Commit 4453af0

Browse files
Update AzureDevOpsPipelineProcessorOptions.cs
Empty Dict new Dictionary < string, string > ();
1 parent bb6f2d1 commit 4453af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public AzureDevOpsPipelineProcessorOptions()
1717
MigrateServiceConnections = true;
1818
BuildPipelines = null;
1919
ReleasePipelines = null;
20-
RepositoryNameMaps = {};
20+
RepositoryNameMaps = new Dictionary < string, string > ();
2121
SourceName = "sourceName";
2222
TargetName = "targetName";
2323
}

0 commit comments

Comments
 (0)