Skip to content

Commit

Permalink
🐛 vs version for coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
BetimBeja committed Apr 19, 2022
1 parent 8634803 commit edb7663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ steps:

- powershell: |
$coverageFilePath = (Resolve-Path -path "$($Env:CoveragePath)\TestResults\*\*.coverage").Path
Invoke-Expression '& "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Team Tools\Dynamic Code Coverage Tools\CodeCoverage.exe" analyze /output:coverage.coveragexml "$($coverageFilePath)"'
Invoke-Expression '& "C:\Program Files (x86)\Microsoft Visual Studio\2022\Enterprise\Team Tools\Dynamic Code Coverage Tools\CodeCoverage.exe" analyze /output:coverage.coveragexml "$($coverageFilePath)"'
Invoke-Expression '& dotnet tool install coveralls.net --version 1.0.0 --tool-path coveralls.net'
$commitAuthor = git log --format=%an HEAD~1..HEAD
$commitAuthorEmail = git log --format=%ae HEAD~1..HEAD
Expand Down

0 comments on commit edb7663

Please sign in to comment.