NUnit Test result directory

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Udi

    NUnit Test result directory

    Hi,
    I need to copy several files as a post build step of the Test project,
    to the 'Out' directory
    of a running test. (The current directory of a running test)

    Is there any simple way of knowing in the build process what will be
    the output directory?
    Thanks

  • Michael Nemtsev

    #2
    RE: NUnit Test result directory

    "What will be the output directory"?!
    You need to get path or what? You can use "$(TargetPa th)" as the path to
    your output file

    --
    WBR,
    Michael Nemtsev :: blog: http://spaces.live.com/laflour

    "At times one remains faithful to a cause only because its opponents do not
    cease to be insipid." (c) Friedrich Nietzsche




    "Udi" wrote:
    Hi,
    I need to copy several files as a post build step of the Test project,
    to the 'Out' directory
    of a running test. (The current directory of a running test)
    >
    Is there any simple way of knowing in the build process what will be
    the output directory?
    Thanks
    >
    >

    Comment

    Working...