File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
test/coverlet.integration.tests Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ private protected void UpdateNugetConfigWithLocalPackageFolder(string projectPat
122
122
xml = XDocument . Load ( nugetFileStream ) ;
123
123
}
124
124
125
- string localPackageFolder = TestUtils . GetPackagePath ( TestUtils . GetAssemblyBuildConfiguration ( ) . ToString ( ) . ToLowerInvariant ( ) ) . Replace ( ' \\ ' , '/' ) ;
125
+ string localPackageFolder = TestUtils . GetPackagePath ( TestUtils . GetAssemblyBuildConfiguration ( ) . ToString ( ) . ToLowerInvariant ( ) ) ;
126
126
127
127
var packageSourcesElement = xml . Element ( "configuration" ) ? . Element ( "packageSources" ) ;
128
128
if ( packageSourcesElement != null && ! packageSourcesElement . Elements ( ) . Any ( e => e . Attribute ( "key" ) ? . Value == "localCoverletPackages" ) )
You can’t perform that action at this time.
0 commit comments