We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26fc7eb commit 78c4071Copy full SHA for 78c4071
test/coverlet.integration.tests/BaseTest.cs
@@ -122,7 +122,7 @@ private protected void UpdateNugetConfigWithLocalPackageFolder(string projectPat
122
xml = XDocument.Load(nugetFileStream);
123
}
124
125
- string localPackageFolder = TestUtils.GetPackagePath(TestUtils.GetAssemblyBuildConfiguration().ToString().ToLowerInvariant()).Replace('\\', '/');
+ string localPackageFolder = TestUtils.GetPackagePath(TestUtils.GetAssemblyBuildConfiguration().ToString().ToLowerInvariant());
126
127
var packageSourcesElement = xml.Element("configuration")?.Element("packageSources");
128
if (packageSourcesElement != null && !packageSourcesElement.Elements().Any(e => e.Attribute("key")?.Value == "localCoverletPackages"))
0 commit comments