From 20ed577004c97b67b23b5026afcf46b68c7e7cd2 Mon Sep 17 00:00:00 2001 From: skwas Date: Thu, 25 Jul 2019 01:13:15 +0200 Subject: [PATCH] fix: use correct build hook --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 8c3aa08e..489e56ca 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -30,7 +30,7 @@ build: test_script: - OpenCover.Console.exe -target:"dotnet.exe" -targetargs:"test -c Debug -l:trx;LogFileName=test-results.xml" -output:coverage.xml -register:user -filter:"+[IbanNet*]* -[*Tests]*" -oldStyle - codecov -f coverage.xml -on_finish: +after_test: - sh: find "$APPVEYOR_BUILD_FOLDER" -type f -name 'test-results.xml' -print0 | xargs -0 -I '{}' curl -F 'file=@{}' "https://ci.appveyor.com/api/testresults/junit/$APPVEYOR_JOB_ID" deploy: - provider: NuGet