You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like to customize $(BaseIntermediateOutputPath) on my build servers to a centralized location so that I am very sure to start from fresh (just delete the folder and there you go).
On a development machine, Visual Studio generates files (e.g. AssemblyInfo.cs) in the default folder, (obj/, inside the project folder). When trying the build server script, it regenerates those files in the customized $(BaseIntermediateOutputPath) folder but it stills picks up the default ones that have been generated before for compilation...