Click here to Skip to main content
15,867,488 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Find a solution for automating a manual task for searching a TFS change-set dot-net technology Pin
Jyoti Lal17-Apr-17 20:26
Jyoti Lal17-Apr-17 20:26 
AnswerRe: Find a solution for automating a manual task for searching a TFS change-set dot-net technology Pin
ZurdoDev14-Apr-17 7:46
professionalZurdoDev14-Apr-17 7:46 
AnswerRe: Find a solution for automating a manual task for searching a TFS change-set dot-net technology Pin
Pete O'Hanlon14-Apr-17 8:36
subeditorPete O'Hanlon14-Apr-17 8:36 
GeneralRe: Find a solution for automating a manual task for searching a TFS change-set dot-net technology Pin
Jyoti Lal16-Apr-17 21:43
Jyoti Lal16-Apr-17 21:43 
GeneralRe: Find a solution for automating a manual task for searching a TFS change-set dot-net technology Pin
Pete O'Hanlon16-Apr-17 22:09
subeditorPete O'Hanlon16-Apr-17 22:09 
AnswerRe: Find a solution for automating a manual task for searching a TFS change-set dot-net technology Pin
Nick_314159265416-Apr-17 13:00
Nick_314159265416-Apr-17 13:00 
GeneralRe: Find a solution for automating a manual task for searching a TFS change-set dot-net technology Pin
Jyoti Lal16-Apr-17 21:56
Jyoti Lal16-Apr-17 21:56 
GeneralRe: Find a solution for automating a manual task for searching a TFS change-set dot-net technology Pin
Nick_314159265417-Apr-17 7:46
Nick_314159265417-Apr-17 7:46 
By "finer granularity" I meant only that you could build more frequently. For example if currently you build at (say) midnight each day after everybody has finished work, then if Module "X" was changed 3 times and now fails to compile you've got to figure out which change caused it to fail. If, however, you'd done several builds during the day (e.g. every 2 hours) then you have more chance of discovering a broken build for which only one checkin has been done.

Taking this to an extreme you end up with CI = Continuous Integration in which typically there'll be a gate on the checkin process with some mandatory regression tests needing to be passed before checkin can be done. There are lots of ways to implement this in practice: you could allow checkin but advance a stable label only as each checkin is built and validated. In the ideal world CI should ensure that your code always builds. However this is a big topic which is why I suggested only a small change to your existing process rather than a fundamental change of strategy.

Do you know Jenkins? If not, it's worth reading about, including Jenkins CI.
GeneralRe: Find a solution for automating a manual task for searching a TFS change-set dot-net technology Pin
Jyoti Lal17-Apr-17 20:29
Jyoti Lal17-Apr-17 20:29 
QuestionVisual Studio 2017 autocorrect Pin
chipp_zanuff12-Apr-17 0:30
chipp_zanuff12-Apr-17 0:30 
AnswerRe: Visual Studio 2017 autocorrect Pin
Richard MacCutchan12-Apr-17 1:07
mveRichard MacCutchan12-Apr-17 1:07 
GeneralRe: Visual Studio 2017 autocorrect Pin
chipp_zanuff12-Apr-17 1:36
chipp_zanuff12-Apr-17 1:36 
GeneralRe: Visual Studio 2017 autocorrect Pin
Richard MacCutchan12-Apr-17 2:06
mveRichard MacCutchan12-Apr-17 2:06 
AnswerRe: Visual Studio 2017 autocorrect Pin
Dave Kreskowiak12-Apr-17 4:38
mveDave Kreskowiak12-Apr-17 4:38 
GeneralRe: Visual Studio 2017 autocorrect Pin
chipp_zanuff14-Apr-17 5:42
chipp_zanuff14-Apr-17 5:42 
GeneralRe: Visual Studio 2017 autocorrect Pin
Dave Kreskowiak14-Apr-17 5:56
mveDave Kreskowiak14-Apr-17 5:56 
GeneralRe: Visual Studio 2017 autocorrect Pin
chipp_zanuff14-Apr-17 9:10
chipp_zanuff14-Apr-17 9:10 
GeneralRe: Visual Studio 2017 autocorrect Pin
Dave Kreskowiak14-Apr-17 11:35
mveDave Kreskowiak14-Apr-17 11:35 
GeneralRe: Visual Studio 2017 autocorrect Pin
chipp_zanuff16-Apr-17 0:36
chipp_zanuff16-Apr-17 0:36 
GeneralRe: Visual Studio 2017 autocorrect Pin
Dave Kreskowiak16-Apr-17 3:07
mveDave Kreskowiak16-Apr-17 3:07 
GeneralRe: Visual Studio 2017 autocorrect Pin
chipp_zanuff16-Apr-17 4:23
chipp_zanuff16-Apr-17 4:23 
GeneralRe: Visual Studio 2017 autocorrect Pin
Eddy Vluggen16-Apr-17 8:39
professionalEddy Vluggen16-Apr-17 8:39 
GeneralRe: Visual Studio 2017 autocorrect Pin
Richard MacCutchan16-Apr-17 3:49
mveRichard MacCutchan16-Apr-17 3:49 
GeneralRe: Visual Studio 2017 autocorrect Pin
chipp_zanuff16-Apr-17 4:45
chipp_zanuff16-Apr-17 4:45 
GeneralRe: Visual Studio 2017 autocorrect Pin
Richard MacCutchan16-Apr-17 5:01
mveRichard MacCutchan16-Apr-17 5:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.