We have a post build event command to perform code signing. Recently getting the below errors.
Post-Build cmd:
$(SignToolPath)BuildScripts\SignTool\signtool.exe sign /f $(SignToolPath)BuildScripts\codesign.pfx /p $(CodeSigningPassword) /t http://timestamp.verisign.com/scripts/timstamp.dll /n AP /i "Symantec Class 3 SHA256 Code Signing CA" $(TargetPath)
SignTool error : The specified timestamp server either could not be reached.
/t http://timestamp.verisign.com/scripts/timstamp.dll
Previously this issue not seen.
So how could i try one more time to do code signing in Post-Build event commands based on errors or error codes? or any suggestions to perform code signing if any error occurred?