Skip to content

Commit

Permalink
Move methods from TfsTeamSettingsCore to TfsTeamSettingsTool
Browse files Browse the repository at this point in the history
  • Loading branch information
satano committed Nov 25, 2024
1 parent 59cb2c7 commit 623f4e5
Show file tree
Hide file tree
Showing 3 changed files with 190 additions and 208 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ private void MigrateCapacities(
return;
}

TfsTeamSettingsCore.MigrateCapacities(
TfsTeamSettingsTool.MigrateCapacities(
sourceHttpClient, Source.TfsProject.Guid, sourceTeam,
targetHttpClient, Target.TfsProject.Guid, targetTeam,
iterationMap, _targetTeamFoundationIdentitiesLazyCache, Options.UseUserMapping,
Expand Down
Loading

0 comments on commit 623f4e5

Please sign in to comment.