Skip to content

Commit 0f66b75

Browse files
committed
Updating publish to coveralls for build
1 parent 491aa73 commit 0f66b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/PublishToCoveralls.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Param(
99

1010
Write-Host Install tools
1111
$basePath = (get-item $pathToCoverageFiles ).parent.FullName
12-
$coverageAnalyzer = "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Team Tools\Dynamic Code Coverage Tools\CodeCoverage.exe"
12+
$coverageAnalyzer = "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Team Tools\Dynamic Code Coverage Tools\CodeCoverage.exe"
1313
dotnet tool install coveralls.net --version 1.0.0 --tool-path tools
1414
$coverageUploader = ".\tools\csmacnz.Coveralls.exe"
1515

0 commit comments

Comments
 (0)