From 1275d83121830fbce1100d3d87c3ccd72fa52769 Mon Sep 17 00:00:00 2001 From: David Fowler Date: Fri, 19 Jun 2026 03:09:07 -0700 Subject: [PATCH] registry: add aspire (github:microsoft/aspire) (#10520) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- registry/aspire.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 registry/aspire.toml diff --git a/registry/aspire.toml b/registry/aspire.toml new file mode 100644 index 0000000000..e37d784390 --- /dev/null +++ b/registry/aspire.toml @@ -0,0 +1,4 @@ +description = "Aspire is the tool for code-first, extensible, observable dev and deploy." +test = { cmd = "aspire --version", expected = "{{version}}" } + +backends = ["github:microsoft/aspire"]