We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a3580e commit 7e17cecCopy full SHA for 7e17cec
xUnit.net-dotCover/MRPP_xunit_dotcover.xml
@@ -54,7 +54,7 @@ param (
54
[string] $nugetExe = "%xUnitNet.nugetExe%\tools\nuget.exe",
55
[string] $xUnitNuget = "%xUnitNet.nugetSource%",
56
[string] $xUnitExe = "%xUnitNet.executable%",
57
- [string] $dotCoverExecutable = "%teamcity.tool.dotCover%",
+ [string] $dotCoverExecutable = "%teamcity.tool.JetBrains.dotCover.CommandLineTools.bundled%",
58
[boolean] $xunitLegacy = [System.Convert]::ToBoolean("%xUnitNet.executable.legacymode%"),
59
[Parameter()]
60
[ValidateNotNullOrEmpty()]
0 commit comments