Reputation: 350
I want to version my dlls, exe in my build process. I followed this. He said that i should have "Build Number Format".
I do not have "General" tab in build definition in TFS 2017. How do I version my dll?
Upvotes: 0
Views: 479
Reputation: 51093
Then tutorial is using TFS2015 version, and there has been a General tab in build definition on that version.
Team Foundation Server (TFS) 2017.1 and older
The section is available under General tab.
For later version you could find the Build number format on the build definition Options tab.
For more details about version number, you could also take a look at this great post: TFS Build 2015 … and versioning! and this similar topic vNext Build Awesomeness – Managing Version Numbers
Upvotes: 1