You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a .bat file which fails to sign with the 800B0003 error.
Also this message is displayed: "The file cannot be signed because it is not a recognized file type for signing or it is corrupt."
the content of the bat file is:
What can be done to resolve this error ? all the rest *.ps1 files that I have - are signed without problem.
The text was updated successfully, but these errors were encountered:
It's not possible to sign a .bat file at all, because .bat files don't support signatures.
This "error" is not limited to AzureSignTool, but it's a known limitation of .bat files.
I have a .bat file which fails to sign with the 800B0003 error.
Also this message is displayed:
"The file cannot be signed because it is not a recognized file type for signing or it is corrupt."
the content of the bat file is:
What can be done to resolve this error ? all the rest *.ps1 files that I have - are signed without problem.
The text was updated successfully, but these errors were encountered: