File tree Expand file tree Collapse file tree
src/NuGet.Clients/NuGet.PackageManagement.UI/Actions Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -474,6 +474,10 @@ await _lockService.ExecuteNuGetOperationAsync(async () =>
474474
475475 if ( ! cancellationToken . IsCancellationRequested )
476476 {
477+ await projectManagerService . ExecuteActionsAsync (
478+ actions ,
479+ cancellationToken ) ;
480+
477481 PreviewResult ? sourceMappingPreviewResult = results . SingleOrDefault ( result => result . NewSourceMappings != null ) ;
478482 PackageSourceMappingUtility . ConfigureNewPackageSourceMappings (
479483 userAction ,
@@ -483,10 +487,6 @@ await _lockService.ExecuteNuGetOperationAsync(async () =>
483487 out countCreatedTopLevelSourceMappings ,
484488 out countCreatedTransitiveSourceMappings ) ;
485489
486- await projectManagerService . ExecuteActionsAsync (
487- actions ,
488- cancellationToken ) ;
489-
490490 string [ ] projectIds = actions
491491 . Select ( action => action . ProjectId )
492492 . Distinct ( )
You can’t perform that action at this time.
0 commit comments