We have an MSBuild task that runs on our server after pulling down code as an automated build server.
Our problem is that when we deploy the site from the output of MSBuild, there are a few files included that shouldn't be and one (maybe more) that aren't included.
These are the files that are included that shouldn't
mscorlib.dll
normidna.nlp
normnfc.nlp
normnfd.nlp
normnfk.nlp
normnfkd.nlp
And this is the one file that I'm aware of that's missing
App_global.asax.compiled
The server it's building on is Windows Server 2008 64-bit I'm using TeamCity to run the builds if this makes a difference
Any other details that are needed, please feel free to comment