Skip to content

Commit

Permalink
attempt at fixing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkis117 committed Mar 14, 2017
1 parent d371c8c commit 5a9c462
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 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:"+[Mime-Detective]* -[Mime-Detective.Tests]*" -target:"dotnet.exe" "-targetargs:test .\test\Mime-Detective.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/Mime-Detective.*.nupkg
deploy:
Expand Down
6 changes: 0 additions & 6 deletions global.json

This file was deleted.

0 comments on commit 5a9c462

Please sign in to comment.