5 references to WithTrailingSlash
Microsoft.Build.Tasks.UnitTests (5)
OutputPathTests.cs (5)
102project.GetPropertyValue("BaseOutputPath").ShouldBe(baseOutputPath.WithTrailingSlash()); 145project.GetPropertyValue("BaseOutputPath").ShouldBe(baseOutputPath.WithTrailingSlash()); 146project.GetPropertyValue("OutputPath").ShouldBe(outputPath.WithTrailingSlash()); 182project.GetPropertyValue("BaseOutputPath").ShouldBe(baseOutputPath.WithTrailingSlash()); 184var expectedOutputPath = FileUtilities.CombinePaths(project.DirectoryPath, baseOutputPath, configuration).WithTrailingSlash();