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