tfs - How do you share code between two VSTS build tasks? -


i need share typescript classes between 2 vsts build tasks. understand, compiled files required in task folder able function build task.

current scenario: have common files in common folder in root folder of vsts code base. have 2 task , b utilize these classes. when package code ignores common folder.

is possible achieve in above scenario? please advice.

thanks.

this can't achieved. each build task independent of each other. may have add classes both task respectively.

here sample of vsts task in github reference: vsts-tasks/tasks/


Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -