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