Need to sign binaries inside gauge_bin folder in postbuild action. #1956
ayankumaar
started this conversation in
General
Replies: 2 comments 30 replies
-
Gauge does not have a bost build hook (yet). But you can have your own build system and point to the binaries by setting |
Beta Was this translation helpful? Give feedback.
7 replies
-
Do you see any errors in the logs? Try running |
Beta Was this translation helpful? Give feedback.
23 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have the following gauge setup in my system.
Gauge version: 1.1.7
Plugins
dotnet (0.3.1)
html-report (4.0.12)
screenshot (0.0.1)
While I am trying to run my script the binaries inside the gauge_bin folder are getting blocked. I need to code sign those to unblock. How can I do that in post build action with gauge ?
Beta Was this translation helpful? Give feedback.
All reactions