tfs - Run single PS script from Release definition without pulling down entire project -


in release definition, want run single ps script lives in source control (tfvc in case). don't see way without tfs pulling down entire source tree containing 1 script on agent machine. have unversioned copy of script out on agent machine, , reference absolute path release definition. works, i'm not guaranteed latest version of script run @ release time.

you have @ least 2 way it:

  1. define mapping picks need -- can define mapping single file, e.g. cloak $/ , map $/path_to_my_file
  2. use dummy build collects file need , save them artifacts, explained technique in http://blog.casavian.eu/2017/03/04/mixing-tfvc-and-git/

Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -