Closed kngwin9 closed 1 year ago
Hey @kngwin9 thanks for taking the time to leave a detailed issue unfortunately the task does not support installer projects and there's currently no scope for adding this functionality into the task.
The task does output the version numbers as variables so you could use a token replace task to populate the *.vdproj
using the output variables. Hope this helps.
Hello and thank you for taking the time to review my issue.
First off, I am task and adding versioning works fine when I test on my .csproj file.
Currently, I am trying to use the task"Assembly-Info-NetCore@3" (please see below for yaml) to add the build/version to an installer's (Installer.vdproj) versioning that I am building in the pipeline.
I'm running in to an issue where the only file extensions supported are .csproj, .vbproj, .props:
Is there any way to still add the versioning to the Installer.vdproj or a way around this? or what would be the best way to handle this?
Apologies, I'm new to all of this, thank you again for your time, help, and reply.