KVPalem Ответов: 0

Автоматизация сборки TFS не со строгими именами


мы получаем ниже ошибку при попытке запустить сборку автоматизации с помощью TFS 2015.

C:\Program Files (x86)\MSBuild\14.0\bin\amd64\Microsoft.Common.CurrentVersion.targets(2884,5): Error MSB3325: Cannot import the following key file: console.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_00000000


Что я уже пробовал:

We tried many options like
1. sn -i C:\application\console.pfx VS_KEY_00000000
2. installing .pfx file manually
3. changing password and remapping in VS 2015

But no luck

0 Ответов