5 references to WithTrailingSlash
Microsoft.Build.Tasks.UnitTests (5)
OutputPathTests.cs (5)
103project.GetPropertyValue("BaseOutputPath").ShouldBe(baseOutputPath.WithTrailingSlash()); 146project.GetPropertyValue("BaseOutputPath").ShouldBe(baseOutputPath.WithTrailingSlash()); 147project.GetPropertyValue("OutputPath").ShouldBe(outputPath.WithTrailingSlash()); 183project.GetPropertyValue("BaseOutputPath").ShouldBe(baseOutputPath.WithTrailingSlash()); 185var expectedOutputPath = FileUtilities.CombinePaths(project.DirectoryPath, baseOutputPath, configuration).WithTrailingSlash();