Build Version Not Setting Correctly
My YAML has the following section in it:
version: $(major).$(minor).$(patch).{build}
assembly_info:
patch: true
file: '*\AssemblyInfo.'
assembly_version: '$(major).$(minor).0.0'
assembly_file_version: '{version}'
assembly_informational_version: '$(major).$(minor).0'
environment:
major: 1
minor: 1
patch: 0
I'm trying to get it so that when I need to change my file versions, all I have to do is twiddle with the environment variables for major, minor, and patch, but as of right now, my build version is still setting as 1.0.0.X, while I'm trying to get it to reflect 1.1.0.X
Can anyone advise the best way of accomplishing this?
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
alex.rhees closed this discussion on 07 Aug, 2018 04:35 PM.