We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b207b44 commit 7944177Copy full SHA for 7944177
1 file changed
mise.toml
@@ -8,7 +8,7 @@ CONTAINER_CMD = "{% if env.CONTAINER_CMD %}{{ env.CONTAINER_CMD }}{% elif os() =
8
9
[tasks.build]
10
description = "Build the project"
11
-run = "dotnet build --project $PROJECT"
+run = "dotnet build $PROJECT"
12
13
[tasks.run]
14
description = "Run the development server"
0 commit comments