1 override of CommitAsync
NuGet.Commands (1)
RestoreCommand\RequestFactory\NoOpRestoreResult.cs (1)
35public override Task CommitAsync(ILogger log, CancellationToken token)
1 reference to CommitAsync
NuGet.Commands (1)
RestoreCommand\RestoreRunner.cs (1)
295await result.CommitAsync(log, token);