Add mise configuration.
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
[tasks.build]
|
||||||
|
description = "Build the Project"
|
||||||
|
run = "dotnet build"
|
||||||
|
|
||||||
|
[tasks.restore]
|
||||||
|
description = "Restore the Project"
|
||||||
|
run = "dotnet restore"
|
||||||
Reference in New Issue
Block a user