Skip to content

Commit 7e17cec

Browse files
NikolayPianikovNikolayPianikov
NikolayPianikov
authored and
NikolayPianikov
committed
Fix "The module '%teamcity.tool.dotCover%' could not be loaded" when the bundled dotCover does not exist on agent
1 parent 6a3580e commit 7e17cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xUnit.net-dotCover/MRPP_xunit_dotcover.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ param (
5454
[string] $nugetExe = "%xUnitNet.nugetExe%\tools\nuget.exe",
5555
[string] $xUnitNuget = "%xUnitNet.nugetSource%",
5656
[string] $xUnitExe = "%xUnitNet.executable%",
57-
[string] $dotCoverExecutable = "%teamcity.tool.dotCover%",
57+
[string] $dotCoverExecutable = "%teamcity.tool.JetBrains.dotCover.CommandLineTools.bundled%",
5858
[boolean] $xunitLegacy = [System.Convert]::ToBoolean("%xUnitNet.executable.legacymode%"),
5959
[Parameter()]
6060
[ValidateNotNullOrEmpty()]

0 commit comments

Comments
 (0)