Skip to content

Commit 5ea3579

Browse files
authored
Merge pull request #325 from dotnet/main
✅ Merge `main` into `live`
2 parents fe0404f + 69e6c30 commit 5ea3579

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.github/workflows/snippets5000.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
6363
# Update build output json file
6464
- name: Upload build results
65-
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 #@v4.2.0
65+
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 #@v4.3.0
6666
with:
6767
name: build
6868
path: ./output.json

docfx.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@
5757
"overwrite": [],
5858
"externalReference": [],
5959
"globalMetadata": {
60+
"ms.service": "dotnet-aspire",
6061
"apiPlatform": "dotnet",
6162
"author": "IEvangelist",
6263
"ms.author": "dapine",
6364
"ms.devlang": "dotnet",
64-
"ms.prod": "dotnet",
6565
"ms.topic": "conceptual",
6666
"ROBOTS": "INDEX,FOLLOW",
6767
"audience": "developer",
@@ -96,9 +96,6 @@
9696
]
9797
},
9898
"fileMetadata": {
99-
"ms.prod": {
100-
"docs/**/*.*": "dotnet-aspire"
101-
},
10299
"ms.topic": {
103100
"docs/**/*.md": "conceptual"
104101
},

docs/get-started/build-your-first-aspire-app.md

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Build your first .NET Aspire app
33
description: Learn how to build your first .NET Aspire app using the .NET Aspire Started Application template.
44
ms.date: 12/07/2023
55
ms.topic: quickstart
6-
ms.prod: dotnet
76
---
87

98
# Quickstart: Build your first .NET Aspire app

0 commit comments

Comments
 (0)