8 lines
145 B
TOML
8 lines
145 B
TOML
[tasks.build]
|
|
description = "Build the Project"
|
|
run = "dotnet build"
|
|
|
|
[tasks.restore]
|
|
description = "Restore the Project"
|
|
run = "dotnet restore"
|