VisualStudio.com can't load the temporary UWP certificate during builds

后端 未结 6 1221
轮回少年
轮回少年 2021-02-02 16:27

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

6条回答
  •  孤城傲影
    2021-02-02 16:56

    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:

      1. In Visual Studio, from Solution Explorer, open Package.appxmanifest
      2. In the App Manifest Designer, choose the Packaging tab, and then choose the Choose Certificate button.
      3. In the Choose Certificate dialog box, expand the Configure Certificate list, and then choose Create test certificate.
      4. In the 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

      1. MDSN : How to create an app package signing certificate

    Hope it can help u!

提交回复
热议问题