Skip to content

Commit

Permalink
Updated pipeline vm image
Browse files Browse the repository at this point in the history
  • Loading branch information
BetimBeja committed Nov 28, 2020
1 parent 459c8c3 commit 601ea9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pool:
vmImage: 'vs2017-win2016'
vmImage: 'windows-2019'

steps:
- task: NuGetToolInstaller@0
Expand Down Expand Up @@ -31,7 +31,7 @@ steps:

- powershell: |
$coverageFilePath = (Resolve-Path -path "$($Env:CoveragePath)\TestResults\*\*.coverage").Path
Invoke-Expression '& "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Team Tools\Dynamic Code Coverage Tools\CodeCoverage.exe" analyze /output:coverage.coveragexml "$($coverageFilePath)"'
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 '& 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 601ea9d

Please sign in to comment.