2 references to TryCopyFileIfFoundAsync
dotnet-svcutil-lib (2)
Shared\Utilities\RuntimeEnvironmentHelper.cs (2)
50
await PathHelper.
TryCopyFileIfFoundAsync
("global.json", workingDirectory, destinationDirectory, logger, cancellationToken).ConfigureAwait(false);
56
await PathHelper.
TryCopyFileIfFoundAsync
("nuget.config", workingDirectory, destinationDirectory, logger, cancellationToken).ConfigureAwait(false);