test
ℹ️
This command is fully cacheable.
Test project.
@dotnet test {
configuration = "Release"
restore = "true"
build = "true"
filter = "TestCategory!=integration"
args = "--blame-hang"
}
Argument Reference
The following arguments are supported:
configuration
- (Optional) Configuration for publish command.restore
- (Optional) Restore packages.build
- (Optional) Build project.filter
- (Optional) Run selected unit tests.args
- (Optional) Arguments for command.
Last updated on