3 references to PathWithDollar
dotnet (1)
ShellShim\LinuxEnvironmentPath.cs (1)
45var script = $"export PATH=\"$PATH:{_packageExecutablePath.PathWithDollar}\"";
dotnet.Tests (2)
GivenThatTheUserIsRunningDotNetForTheFirstTime.cs (1)
226$"export PATH=\"$PATH:{CliFolderPathCalculator.ToolsShimPathInUnix.PathWithDollar}\"");
ShellShimTests\LinuxEnvironmentPathTests.cs (1)
150.Be($"export PATH=\"$PATH:{toolsPath.PathWithDollar}\"");