test
Test project.
@dotnet test {
configuration = "Release"
filter = "TestCategory!=integration"
arguments = "--blame-hang"
}
Argument Reference
The following arguments are supported:
configuration
- (Optional) Configuration for publish command.filter
- (Optional) Run selected unit tests.arguments
- (Optional) Arguments for command.
Last updated on