I need to share some TypeScript classes between two VSTS build tasks. As I understand, all compiled files required to be in the task folder to be able to function the build task.
Current scenario: I have common files in common folder in the root folder of the VSTS code base. I have two task A and B which utilize these classes. When I package the code it ignores the common folder.
Is it possible to achieve this in above scenario? Please advice.
Thanks.