replace string with FilePath (#8494)
This commit is contained in:
parent
8649a5c6c2
commit
55eb8bb7fc
6 changed files with 20 additions and 17 deletions
|
@ -23,11 +23,8 @@ namespace Microsoft.DotNet.Tools.Tests.ComponentMocks
|
|||
_fileSystem = fileSystem ?? new FileSystemWrapper();
|
||||
}
|
||||
|
||||
public void CreateShim(string packageExecutablePath, string shellCommandName)
|
||||
public void CreateShim(FilePath packageExecutable, string shellCommandName)
|
||||
{
|
||||
var packageExecutable = new FilePath(packageExecutablePath);
|
||||
|
||||
|
||||
var fakeshim = new FakeShim
|
||||
{
|
||||
Runner = "dotnet",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue