Skip to content

Commit

Permalink
attempt at fixing CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkis117 committed Mar 19, 2017
1 parent 0ab9d32 commit 1c12fa8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,9 @@ install:
- ps: $env:DOTNET_INSTALL_DIR = "$pwd\.dotnetcli"
- ps: '& .\build\installcli.ps1 -InstallDir "$env:DOTNET_INSTALL_DIR" -NoPath -Version 1.0.0'
- ps: $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path"
test: off
build_script:
- ps: ./Build.ps1
test_script:
- nuget.exe install OpenCover -ExcludeVersion
- OpenCover\tools\OpenCover.Console.exe -register:user -filter:"+[GenericMvc]* -[GenericMvc.Tests]*" -target:"dotnet.exe" "-targetargs:test .\test\GenericMvc.Tests" -returntargetcode -hideskipped:All -output:coverage.xml
- "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%"
- pip install codecov
- codecov -f "coverage.xml"
artifacts:
- path: artifacts/GenericMvc.*.nupkg
deploy:
Expand Down

0 comments on commit 1c12fa8

Please sign in to comment.