From 5cdaf0a32fd5237c3d082837bbae484af68afbc5 Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Sun, 21 Jan 2018 23:59:37 +0100 Subject: [PATCH] Removed platform from appveyor.yaml. As suggested in https://help.appveyor.com/discussions/problems/10117-dotnet-test-with-xunit-fails-because-of-the-wrongly-resolved-path --- appveyor.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 76d1ae3e1c..07e3d7db45 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,4 @@ os: Visual Studio 2017 -platform: -- Any CPU skip_branch_with_pr: true configuration: - Release