Skip to content

Commit

Permalink
Added RepositoryNameMaps as class attribute (#2524)
Browse files Browse the repository at this point in the history
Fix for : #2498
  • Loading branch information
MrHinsh authored Nov 21, 2024
2 parents 013ae47 + 4453af0 commit 0eb315d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public AzureDevOpsPipelineProcessorOptions()
MigrateServiceConnections = true;
BuildPipelines = null;
ReleasePipelines = null;
RepositoryNameMaps = new Dictionary < string, string > ();
SourceName = "sourceName";
TargetName = "targetName";
}
Expand Down Expand Up @@ -66,4 +67,4 @@ public AzureDevOpsPipelineProcessorOptions()
public Dictionary<string, string> RepositoryNameMaps { get; set; } //Can we reuse GitRepoMapping?

}
}
}

0 comments on commit 0eb315d

Please sign in to comment.