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