Skip to content

Commit 01d6c0f

Browse files
authored
Fixed run -> build in sample (#330)
1 parent 632fecb commit 01d6c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deployment/manifest-format.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dotnet new aspire-starter --use-redis-cache `
2525
Manifest generation is achieved by running `dotnet build` with a special target:
2626

2727
```dotnetcli
28-
dotnet run --project AspireApp.AppHost\AspireApp.AppHost.csproj `
28+
dotnet build --project AspireApp.AppHost\AspireApp.AppHost.csproj `
2929
-- `
3030
--publisher manifest `
3131
--output-path aspire-manifest.json

0 commit comments

Comments
 (0)