tfs - Ant task: "TfsVersion" -
is there possibility how use msbuild task:tfsversion in build script using ant.
i need task changeset number tfs , set androidmanifest.xml file.
but cant use task in ant build script because ant doesnt know task.
this got ant when tried use tfsversion task:
build.xml:84: problem: failed create task or type tfsversion cause: name undefined. action: check spelling. action: check custom tasks/types have been declared. action: check <presetdef>/<macrodef> declarations have taken place.
Comments
Post a Comment