Skip to content

Commit

Permalink
chore: Add more details to acquistion section. (#4999)
Browse files Browse the repository at this point in the history
It's was not very clear what to do with the NuGet package.
  • Loading branch information
voroninp committed Apr 26, 2024
1 parent 1f3e04b commit 65d9344
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/report.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ a zip file (for e.g. loggers for C++ etc.).

If it's a NuGet package, the test logger assemblies should get copied to the
build output directory. When looking for a test logger, vstest will look for
them in the same directory as the test assemblies.
them in the same directory as the test assemblies. In most cases this means that
test projects reference either the project (same codebase) or NuGet package
with the logger.

If the test logger is made available as a zip file, it should be extracted
to one of the following locations:
Expand Down

0 comments on commit 65d9344

Please sign in to comment.