I'm not really sure where to post this - there doesn't really seem to be a forum for it, so as my project is C#, this is where I'll ask.
I've never really had cause to setup a build environment before (being a solo developer releasing through click-once to coworkers only).
I want to get more organized and consistent for some of my other projects that I release to others (non-coworkers), so I wanted to setup a build environment. I've had a difficult time finding proper tutorials that really help.
My _main_ project I want to establish this for is a solution with 4 projects. A WinForms app, a dll, and two setup projects (32 and 64 bit). I would like to be able to sync the WinForms project Assembly version (1.0.*) with the version of each of the setup projects to make sure it will always properly upgrade.
To top it off, I'm also using visual studio online to do my source control which comes with some build minutes I can use every month. I'd LIKE to be able to use this as well, so I can easily kick off a build for distribution. There are also some third-party dlls used as well that were not obtained through NuGet.
Any good pointers/tutorials that anyone can point me to would be great!
Thanks.
I've never really had cause to setup a build environment before (being a solo developer releasing through click-once to coworkers only).
I want to get more organized and consistent for some of my other projects that I release to others (non-coworkers), so I wanted to setup a build environment. I've had a difficult time finding proper tutorials that really help.
My _main_ project I want to establish this for is a solution with 4 projects. A WinForms app, a dll, and two setup projects (32 and 64 bit). I would like to be able to sync the WinForms project Assembly version (1.0.*) with the version of each of the setup projects to make sure it will always properly upgrade.
To top it off, I'm also using visual studio online to do my source control which comes with some build minutes I can use every month. I'd LIKE to be able to use this as well, so I can easily kick off a build for distribution. There are also some third-party dlls used as well that were not obtained through NuGet.
Any good pointers/tutorials that anyone can point me to would be great!
Thanks.