The error message when running the msbuild.exe command in the pipeline:
Error MSB3482: An error occurred while signing: SignTool.exe was not found at path D:\Agent_work\16\s\My.App\signtool.exe.
But in the MSBuild Parameters I specified the following path:
-p:SignToolPath="C:\Program Files (x86)\Windows Kits\10\bin\10.0.18362.0\x86\signtool.exe"
Why does this still throw the same error?