I tried to modify the appveyor.yml ``` diff --git a/appveyor.yml b/appveyor.yml index e4e7a1c..2336372 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,9 +6,11 @@ install: - npm install - npm link
+image: Visual Studio 2017 + ``` Then the Windows Server 2016? (internal version is 10.0.14393) is used in appveyor instead of default Windows Server 2012 R2. However result is same. We can not Win10 (UWP) app in Windows Server 2016?  https://docs.microsoft.com/en-us/microsoft-edge/deploy/about-microsoft-edge [ Full content available at: https://github.com/apache/cordova-paramedic/issues/37 ] This message was relayed via gitbox.apache.org for [email protected]
