Fix appveyor.yml

This commit is contained in:
Michael Ganss
2017-04-12 16:17:10 +02:00
parent 6a2bb20966
commit 18d4dc6f76

View File

@@ -11,7 +11,7 @@ build_script:
- dotnet restore
- dotnet pack -c Release src\HtmlSanitizer
test_script:
- dotnet test test\HtmlSanitizer.Tests
- dotnet test test\HtmlSanitizer.Tests\HtmlSanitizer.Tests.csproj
- nuget.exe install OpenCover -ExcludeVersion
- OpenCover\tools\OpenCover.Console.exe -register:user -filter:"+[HtmlSanitizer]*" -target:"C:\Program Files\dotnet\dotnet.exe" "-targetargs:test test\HtmlSanitizer.Tests" -returntargetcode -hideskipped:All -output:coverage.xml
- "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%"