Skip to content

Configuring MSTest via testconfig.json #5067

Answered by Evangelink
avivanoff asked this question in Q&A
Discussion options

You must be logged in to vote

Issue on me, the documentation is probably not clear enough. Each XXX settings section represents a inner group so for yoru case it needs to be under deployment (https://learn.microsoft.com/dotnet/core/testing/unit-testing-mstest-configure#deployment-settings).

{
  "mstest": {
    "deployment": {
		"deleteDeploymentDirectoryAfterTestRunIsComplete": true
	}
  }
}

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@avivanoff
Comment options

@Evangelink
Comment options

Answer selected by avivanoff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants