Replies: 1 comment 1 reply
-
Is this an executable that you are building and deploying? I'd probably try it in each individual step, to make sure that all the build ups actually work. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to ensure that a config file has a certain entry after my program has been installed/upgraded. My starting point is something like this:
I want to end at this:
What I have currently is this:
However, whenever I run the installer, I get this error:
Any ideas on what my issue is and how to fix it?
Beta Was this translation helpful? Give feedback.
All reactions