We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 632fecb commit 01d6c0fCopy full SHA for 01d6c0f
docs/deployment/manifest-format.md
@@ -25,7 +25,7 @@ dotnet new aspire-starter --use-redis-cache `
25
Manifest generation is achieved by running `dotnet build` with a special target:
26
27
```dotnetcli
28
-dotnet run --project AspireApp.AppHost\AspireApp.AppHost.csproj `
+dotnet build --project AspireApp.AppHost\AspireApp.AppHost.csproj `
29
-- `
30
--publisher manifest `
31
--output-path aspire-manifest.json
0 commit comments