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

后端 未结 6 1224
轮回少年
轮回少年 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 17:03

    Had the same issue (error APPX0107: The certificate specified is not valid for signing) and tryed every solution but nothing worked for me. In fact their was a new line after the key name in the .csproj:

    myCert.pfx
    
    

    Removed it and it worked.

提交回复
热议问题