5 references to WithTrailingSlash
Microsoft.Build.Tasks.UnitTests (5)
OutputPathTests.cs (5)
106project.GetPropertyValue("BaseOutputPath").ShouldBe(baseOutputPath.WithTrailingSlash()); 151project.GetPropertyValue("BaseOutputPath").ShouldBe(baseOutputPath.WithTrailingSlash()); 152project.GetPropertyValue("OutputPath").ShouldBe(outputPath.WithTrailingSlash()); 190project.GetPropertyValue("BaseOutputPath").ShouldBe(baseOutputPath.WithTrailingSlash()); 192var expectedOutputPath = FileUtilities.CombinePaths(project.DirectoryPath, baseOutputPath, configuration).WithTrailingSlash();