Commit 7df7ca9 1 parent f7c42af commit 7df7ca9 Copy full SHA for 7df7ca9
File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ let libbuildDir = buildDir + @"lib\"
23
23
let testDir = @" .\test\"
24
24
25
25
let xUnitPath = " packages" @@ " xunit.runner.console" @@ " tools" @@ " net462" @@ " xunit.console.exe"
26
+ let reportGeneratorPath = " packages" @@ " ReportGenerator" @@ " tools" @@ " net6.0" @@ " ReportGenerator.exe"
26
27
let deployDir = @" .\Publish\"
27
28
let libdeployDir = deployDir + @" lib\"
28
29
let nugetDir = @" .\nuget\"
@@ -100,7 +101,7 @@ Target "CodeCoverage" (fun _ ->
100
101
101
102
Target " ReportCodeCoverage" ( fun _ ->
102
103
ReportGenerator ( fun p -> { p with
103
- ExePath = " packages " @@ " ReportGenerator " @@ " tools " @@ " ReportGenerator.exe "
104
+ ExePath = reportGeneratorPath
104
105
WorkingDir = ( testDir)
105
106
TargetDir = " ../reports"
106
107
ReportTypes = [ ReportGeneratorReportType.Html; ReportGeneratorReportType.Badges ]
You can’t perform that action at this time.
0 commit comments