Signing assemblies with PFX files in MSBuild, Team Build, and TFS

后端 未结 6 947
抹茶落季
抹茶落季 2020-12-30 01:12

I get this error when trying to build a project using Team Build (MSBuild) on TFS 2010:


C:\\Windows\\Microsoft.NET\\Framework\\v4.0.30319\\Micro

6条回答
  •  一生所求
    2020-12-30 01:28

    What finally fixed it for me was making the account under which TFS Build service runs an administrator on the local machine.

    Don't know though if any of the other stuff I was trying before also needs to be done to get it working. But before it was admin it didn't work after it became admin it worked.

提交回复
热议问题