Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update AppVeyor builds #132

Open
2 of 3 tasks
jason-roberts opened this issue Dec 13, 2016 · 1 comment
Open
2 of 3 tasks

Update AppVeyor builds #132

jason-roberts opened this issue Dec 13, 2016 · 1 comment

Comments

@jason-roberts
Copy link
Owner

jason-roberts commented Dec 13, 2016

  • .NET Core tests being executed
  • .NET Full tests being executed
  • UWP tests being executed
@jason-roberts jason-roberts added this to the Version 4.0 milestone Dec 13, 2016
@jason-roberts jason-roberts changed the title Update AppVeyor builds if required Update AppVeyor builds Apr 1, 2017
@jason-roberts
Copy link
Owner Author

Need to look at UWP command line tests in AppVeyor
For example

vstest.console.exe "D:\dev\FeatureToggle\src\Tests\FeatureToggle.UAP.Tests\AppPackages\FeatureToggle.UAP.Tests_1.0.1.0_x86_Debug_Test\FeatureToggle.UAP.Tests_1.0.1.0_x86_Debug.appx"

Errors with:

C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise>vstest.console.exe "D:\dev\FeatureToggle\src\Tests\FeatureToggle.UAP.Tests\AppPackages\FeatureToggle.UAP.Tests_1.0.1.0_x86_Debug_Test\FeatureToggle.UAP.Tests_1.0.1.0_x86_Debug.appx"
Microsoft (R) Test Execution Command Line Tool Version 15.0.26228.0
Copyright (c) Microsoft Corporation. All rights reserved.

Starting test execution, please wait...
Warning: Using Isolation mode to run unit tests for Windows Store apps. Use the /InIsolation parameter to suppress this warning.
Error: Installation of package 'D:\dev\FeatureToggle\src\Tests\FeatureToggle.UAP.Tests\AppPackages\FeatureToggle.UAP.Tests_1.0.1.0_x86_Debug_Test\FeatureToggle.UAP.Tests_1.0.1.0_x86_Debug.appx' failed with Error: (0x800B0109) A certificate chain processed, but terminated in a root certificate which is not trusted by the trust provider.

error 0x800B0109: The root certificate of the signature in the app package or bundle must be trusted..
For more details look into Event Viewer under Applications and Services Logs -> Microsoft -> Windows -> AppXDeployment-Server -> Microsoft-Windows-AppXDeploymentServer/Operational.

Look like need to:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant