Skip to content

Nest Unit Test Clean Build

nesty edited this page Jan 16, 2019 · 2 revisions

Use this command to clean build the unit-tests of the project. This command combine clean, restore and build of unit-tests into one command.

The command invokes a VSTest.Console process inside the container. The first click launches the console. A second button click is needed to on the vscode debug icon to resume debugging.

Clone this wiki locally