I set up my Visual Studio Team Service account to clone my private GitHub repo and build the Windows UWP application anytime I queue a build. The cloning works without any issue
Same issue I met these days, And I finally successfully solved with the help of this post.
Actually we must ensure we had create a test-used .pfx
as the developer of UWP
,and followed words shared some helpful solutions I thought:
Create a test certificate with VS:
Package.appxmanifest
App Manifest Designer
, choose the Packaging
tab, and then choose the Choose Certificate
button.Certificate
dialog box, expand the Configure Certificate list, and then choose Create test certificate
.Create test certificate
dialog box, input your info and click the OK button.(Above step description are coming from this ↓)Create a certificate with MakeCert
,Pvk2Pfx
and Certutil
tools
Hope it can help u!