For one of our build definitions (Scheduled, from monday to friday, at 2:00 AM) we receive the following error message every night:
One or more of the steps defined in the build does not have an associated task definition
Unfortunately no log is written. Manually queuing a new build works most of the time. The error occurs only for builds scheduled during the night.
I found a link: https://github.com/Microsoft/vsts-tasks/issues/1170 but that link was not very helpful. They mailed to eachother and MS says they solved some caching issues. Not something we could do by our own.
So has someone the same issue and found a solution?
Additional inforamation: We are using:
- Visual Studio 2015 Update 3
- Visual Studio TFS 2015
- we are using 3 build servers, but before it starts on any of the build servers, it is already crashed.
- There is no log wich can be downloaded: see picture ("Download all logs as zip" can't be clicked)
- Only message we receive is: "One or more of the steps defined in the build does not have an associated task definition."
- Source Version of failed builds is always "T". Source Version of successful builds is a number (int) -> most recent build has highest number.
Update 20160815: We are using TFS 2015 update 2. Our architect has planned a meeting, to check if we can update to update 3, maybe the caching fixes from MS will do the thrick.