Hello,
So, to be able to publish you are going to need the .trx file and the deployment directory. You can delete the "In" and "Out" directories that exist in the deployment directory (with all the files that live in them), but the deployment directory itself has to live there (I know this may not make sense, but that's the way it works).
It is important to note, however, that the "In" folder will contain files such as the coverage data file (in case you ran tests under code coverage). Without these files, you won't be able to publish with code coverage. The "Out" folder contains test binaries that were deployed, so if you don't publish these, you won't be able to rerun tests with these binaries after they are published.
Thanks, David Gorena Elizondo [MSFT] VSTS |