So many questions! At the 10k foot view I think I want to have my revision number of my plugin assembly be auto-incremented by 1, and I want to be able to then injected that into my extracted solution for packing and importing into the build environment. How do I do this?
Details:
And if I'm doing something that seems wrong, or more complicated than it should, let me know. Normally I never increment the plugin version, but I believe I've heard that this could cause issues when not doing so with managed solutions. Maybe I shouldn't be doing this at all?
Hi Daryl,
I don't find there is a need to check in any changes as part of build pipeline.
The Build Pipeline runs like this:
The PowerShell I use is similar to this - https://docs.microsoft.com/en-us/azure/devops/pipelines/scripts/powershell?view=azure-devops&tabs=yaml
Only increment the Assembly Version because if you increment the File Version then your plugin registration steps (*.data.xml files) will no longer point to the correct version.
Hope this helps
WarrenBelz
85
Most Valuable Professional
Michael E. Gernaey
65
Super User 2025 Season 1
mmbr1606
55
Super User 2025 Season 1