I have setup my very first Build definition in Visual Studio Team Services (was Visual Studio Online).
It builds, all tests pass and then it finally pops this error:
Attempting to build package from 'EvoqPortaCoreDistrib.nuspec'. The replacement token 'version' has no value. Unexpected exit code 1 returned from tool NuGet.exe
This is after clearing some other problems it found with my nuspec file. Though oddly enough, I've used this nuspec to push packages manually from my desktop PC to a feed hosted somewhere else. The difference being that I've updated to NuGet 3.3 today.
So its saying that there's no assembly version? Which is frankly, impossible.