9 references to FormatAbsolutePath
dotnet.Tests (9)
CommandTests\MSBuild\GivenDotnetBuildInvocation.cs (1)
19TestPathUtilities.FormatAbsolutePath(nameof(GivenDotnetBuildInvocation));
CommandTests\MSBuild\GivenDotnetCleanInvocation.cs (1)
16TestPathUtilities.FormatAbsolutePath(nameof(GivenDotnetCleanInvocation));
CommandTests\MSBuild\GivenDotnetMSBuildInvocation.cs (1)
12private static readonly string WorkingDirectory = TestPathUtilities.FormatAbsolutePath(nameof(GivenDotnetPackInvocation));
CommandTests\MSBuild\GivenDotnetOsArchOptions.cs (1)
22TestPathUtilities.FormatAbsolutePath(nameof(GivenDotnetBuildInvocation)); [Fact]
CommandTests\MSBuild\GivenDotnetPackInvocation.cs (1)
16TestPathUtilities.FormatAbsolutePath(nameof(GivenDotnetPackInvocation));
CommandTests\MSBuild\GivenDotnetPublishInvocation.cs (1)
12TestPathUtilities.FormatAbsolutePath(nameof(GivenDotnetPublishInvocation));
CommandTests\MSBuild\GivenDotnetRestoreInvocation.cs (1)
15TestPathUtilities.FormatAbsolutePath(nameof(GivenDotnetRestoreInvocation));
CommandTests\MSBuild\GivenDotnetStoreInvocation.cs (1)
14TestPathUtilities.FormatAbsolutePath(nameof(GivenDotnetStoreInvocation));
CommandTests\MSBuild\GivenDotnetTestInvocation.cs (1)
14TestPathUtilities.FormatAbsolutePath(nameof(GivenDotnetTestInvocation));