I have the following script:
- C # Class Library
- TFS build 2012
In the project, I have the following structure:
-Resources
When I create this locale with visual studio, I get the following:
bin\resources\File.extension
This is what I want and what to expect, but on the tfs build I get the following:
bin\File.extension
I could not understand why this is happening. I would like to know why this could happen.
source
share