I have created VSTS build job using ANT. I have performed following steps.
- Pulled everything from my Production Environment using retrieve functionality through ANT.
- Set up Source Control with production code using GIT in VSTS successfully.
- Created DEVELOP branch for development and changes.
- Commit and Pushed all the changes to develop branch.
- Now my source folder "src" of develop branch has everything means (Production + Develop changes)
I tried to run build against one of the sandbox using develop branch but limited Package.xml having components those are changed in development.
Getting following Error.
Now the thing is I know everything is in my develop branch but very specific package.xml is defined because I want to deploy specific components not all.
Any help to solve this issue?? Or anyway where we can PULL the source/FILE/Component by mentioning the commit id like from this commit onward etc.