File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ let libbuildDir = buildDir + @"lib\"
2323let testDir = @" .\test\"
2424
2525let xUnitPath = " packages" @@ " xunit.runner.console" @@ " tools" @@ " net462" @@ " xunit.console.exe"
26+ let reportGeneratorPath = " packages" @@ " ReportGenerator" @@ " tools" @@ " net6.0" @@ " ReportGenerator.exe"
2627let deployDir = @" .\Publish\"
2728let libdeployDir = deployDir + @" lib\"
2829let nugetDir = @" .\nuget\"
@@ -100,7 +101,7 @@ Target "CodeCoverage" (fun _ ->
100101
101102Target " ReportCodeCoverage" ( fun _ ->
102103 ReportGenerator ( fun p -> { p with
103- ExePath = " packages " @@ " ReportGenerator " @@ " tools " @@ " ReportGenerator.exe "
104+ ExePath = reportGeneratorPath
104105 WorkingDir = ( testDir)
105106 TargetDir = " ../reports"
106107 ReportTypes = [ ReportGeneratorReportType.Html; ReportGeneratorReportType.Badges ]
You can’t perform that action at this time.
0 commit comments