An error occurred while signing: SignTool.exe not found

后端 未结 14 2324
既然无缘
既然无缘 2020-12-02 17:55

While I was trying to Update my Project I was making - I got an error for the first time I\'ve seen:

\'An error occurred while signing: SignTool.exe n

相关标签:
14条回答
  • 2020-12-02 18:43

    Reinstalling SDK did not help me but installing SDK+.NET 3.5 did from link below: https://www.microsoft.com/en-us/download/details.aspx?id=3138

    0 讨论(0)
  • 2020-12-02 18:46

    After upgrading build tools in DevOps build agent to visual studio 2019, we started getting the below error for 64-bit build step of a WPF application.

    C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets(3975,5): error MSB3482: An error occurred while signing: SignTool.exe was not found at path

    I tried all the above answers except the ones to disable signing or signing security and nothing helped.

    Disabled the default MSBUILD step

    Added a cmd prompt step

    The path is "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\MsBuild.exe"

    Note: Removed amd64 from the path above.

    This is still a workaround. I hope Microsoft will fix it in the following release.

    0 讨论(0)
提交回复
热议问题