From 5a9c4629221d7ad30a048443615cc6dd188c34bb Mon Sep 17 00:00:00 2001 From: Joshua Clark Date: Tue, 14 Mar 2017 19:28:52 -0400 Subject: [PATCH] attempt at fixing ci --- appveyor.yml | 7 +------ global.json | 6 ------ 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 global.json diff --git a/appveyor.yml b/appveyor.yml index 35afd9f..3613d09 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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: diff --git a/global.json b/global.json deleted file mode 100644 index b33f3c9..0000000 --- a/global.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "projects": [ "src", "test" ], - "sdk": { - "version": "1.0.0-preview2-1-003177" - } -} \ No newline at end of file