Unable to build the assembly:
C: \ Program Files (x86) \ MSBuild \ 12.0 \ bin \ amd64 \
Microsoft.Common.CurrentVersion.targets (2696): Cannot import the following key file:
MyKey.pfx. The key file may be password protected. To correct this, try to import the
certificate again or manually install the certificate to the Strong Name CSP with the
following key container name: VS_KEY_977DBD18D1081093
我看了很多帖子,但没有一个对我有帮助。如果我实际上无法访问服务器而无法调用命令sn。
,如何安装证书答案 0 :(得分:1)
您可以使用powershell脚本执行此操作,
我也遇到了同样的问题,但是如果不存在物理访问,则应该访问应用程序访问或脚本执行访问权限
首先创建passoword
Import-PfxCertificate -FilePath" yourfile.pfx" -Password $ yourPassword Cert:certificateLocation
此外,如果您有构建服务帐户,那么
使用构建服务帐户
在使用此签名密钥的任何项目上运行msbuild。它将提示输入密码并导出密钥。
现在启动TeamBuild完整版本。