dotnet
Add support for .net projects.
Available Commands
| Command | Description |
|---|---|
| tool | Run a dotnet tool. |
| test | Test project. |
| restore | Restore packages. |
| publish | Publish project. |
| pack | Pack project. |
| build | Build project. |
| <command> | Run a dotnet command. |
Project Initializer
Provides default values for project.
project {
@dotnet { }
}Equivalent to:
project {
ignores = [ "**/*.binlog" ]
outputs = [ "bin/" "obj/" "**/*.binlog" ]
dependencies = [ <ProjectReference /> from project ]
}Last updated on