Skip to content

Commit

Permalink
appveyor- take 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Tzach Shabtay committed Feb 23, 2018
1 parent b34a870 commit 6bb29dd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ test_script:
{
.\packages\OpenCover.4.6.519\tools\OpenCover.Console.exe -register:user -target:.\packages\NUnit.Runners.2.6.4\tools\nunit-console.exe "-targetargs:""Source\Tests\bin\Debug\Tests.dll"" /noshadow" -filter:"+[AGS.Engine]*" -output:opencoverCoverage.xml
Push-AppveyorArtifact opencoverCoverage.xml
# Uncomment for debugging OpenCover issues
# Push-AppveyorArtifact opencoverCoverage.xml
.\packages\coveralls.net.0.6.0\tools\csmacnz.Coveralls.exe --opencover -i ./opencoverCoverage.xml --repoToken 7hZHP5bLxlE8doYiQg6b79oF7wM6jlecs
}
Expand All @@ -70,5 +71,6 @@ after_build:
Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:git_token):x-oauth-basic@github.com`n"
git config --global user.email %github_email%
git config --global user.name "tzachshabtay"
gh-pages -d Docs\_site -m "CI Docs Updates" -ErrorAction Continue
$ErrorActionPreference = "Continue"
gh-pages -d Docs\_site -m "CI Docs Updates"
}

0 comments on commit 6bb29dd

Please sign in to comment.