As I'm using Azure DevOps to build the electron app I would like to be able to pass the version of the app as an argument to both the argument for dotnet publish and electron-builder processes. By adding in the /Version argument it will be possible to update both of these via the build pipeline. In regards to the electrion-builder process, if the /Version argument is provided and there is a value for buildVersion then the /Version value will take precedence.