Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Sample for EnsureOperation
-
Could we have a sample similar to http://inedo.com/support/tutorials/writing-a-simple-operation-using-the-otter-sdk. On how to use EnsureOperation and PersistedConfiguration
I was pleasantly surprised with the ExecuteOperation, simple and easy to understand.
But the EnsureOperation totally broke my system....
https://gist.github.com/NsdWorkBook/4f99a0178caec4807ec601a6e34ab5a1
-
I'm afraid the Ensure operations are a bit trickier to write, mostly because they require the definition of a configuration template...
The EnsureOperation<TConfig> class is designed to help make it simpler to write these... but we don't have a tutorial for those just yet.
In the mean time, I've emailed you the source code of all of the built-in Operations and Configurations, so I hope that might be of some assistance.