Additional files in .testrunconfig file

Hi,
  Is it possible to add file in .testrunconfigfile->Deployment->Additional files with reference to environment variable. Something like %TEMP%\myFile.txt

Thanks,
  Dmitry Berkovich


Answer this question

Additional files in .testrunconfig file

  • shoey7474

    investigating...

    ---
    Eric Jarvi
    http://blogs.msdn.com/ejarvi


  • Peter T.

    As a work-around you could try adding a Post-Build step to copy the files you need to the local solution folder. From there they can be added as deployment items using a hard-coded path.

    ~ Michael


  • Sherief Sameer

    This is not possible - the run config does not support environment variables, and nor do attributes on the classes.

    I suggest that you log bug in MSDN Feedback Centre requesting this os the product team can track and try to fix this issue.



  • Additional files in .testrunconfig file