From 51654bfccca4383abbcd1de386c1773252707094 Mon Sep 17 00:00:00 2001 From: Mark Clearwater Date: Sat, 14 Feb 2015 10:40:47 +1300 Subject: [PATCH] Updated to latest coveralls.net package --- build.tasks.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.tasks.ps1 b/build.tasks.ps1 index b15827f..93334b3 100644 --- a/build.tasks.ps1 +++ b/build.tasks.ps1 @@ -64,7 +64,7 @@ task coverage-only { task coveralls -depends coverage, coveralls-only task coveralls-only { - exec { & ".\src\packages\coveralls.net.0.2.95\csmacnz.Coveralls.exe" --opencover -i BCLExtensionsTests.xml --repoToken "JnVjBzTw7uW2AwhUXpeCKUNHj41JbHSGu" --commitId $env:APPVEYOR_REPO_COMMIT --commitBranch $env:APPVEYOR_REPO_BRANCH --commitAuthor $env:APPVEYOR_REPO_COMMIT_AUTHOR --commitEmail $env:APPVEYOR_REPO_COMMIT_AUTHOR_EMAIL --commitMessage $env:APPVEYOR_REPO_COMMIT_MESSAGE --jobId $env:APPVEYOR_JOB_ID} + exec { & ".\src\packages\coveralls.net.0.4.0\csmacnz.Coveralls.exe" --opencover -i BCLExtensionsTests.xml --repoToken "JnVjBzTw7uW2AwhUXpeCKUNHj41JbHSGu" --commitId $env:APPVEYOR_REPO_COMMIT --commitBranch $env:APPVEYOR_REPO_BRANCH --commitAuthor $env:APPVEYOR_REPO_COMMIT_AUTHOR --commitEmail $env:APPVEYOR_REPO_COMMIT_AUTHOR_EMAIL --commitMessage $env:APPVEYOR_REPO_COMMIT_MESSAGE --jobId $env:APPVEYOR_JOB_ID} } task postbuild -depends coverage-only, coveralls-only