Skip to content

Commit 3beba08

Browse files
Merge pull request #14705 from Mikejo5000/mikejo-br26
Update publishing steps for ASP.NET Core and Vue
2 parents f6d881b + 50e2eb5 commit 3beba08

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

docs/ide/reference/toolbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Toolbox window
33
description: Learn about the Toolbox window and how it displays controls that you can add to Visual Studio projects.
4-
ms.date: 06/01/2020
4+
ms.date: 11/26/2025
55
ms.topic: reference
66
f1_keywords:
77
- vs.toolbox.general

docs/javascript/tutorial-asp-net-core-with-react.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Create an ASP.NET Core app with React"
33
description: Create an ASP.NET Core project to serve as an API backend and a React project to provide the user interface in Visual Studio.
4-
ms.date: 04/09/2025
4+
ms.date: 11/26/2025
55
ms.topic: tutorial
66
ms.devlang: javascript
77
author: mikejo5000
@@ -133,7 +133,9 @@ If you don't see the weather forecast data in the browser, see [Troubleshooting]
133133
}
134134
```
135135

136-
1. To publish, right click the ASP.NET Core project, choose **Publish**, and select options to match your desired publish scenario, such as Azure, publish to a folder, etc.
136+
1. Right-click the ASP.NET Core project, choose **Publish**, and select options to match your desired publish scenario, such as Azure, publish to a folder, etc.
137+
138+
1. After the publish profile is created, choose **Publish** in the Publish tab to publish the project.
137139

138140
The publish process takes more time than it does for just an ASP.NET Core project, since the `npm run build` command gets invoked when publishing. The [BuildCommand](../javascript/javascript-project-system-msbuild-reference.md#buildcommand) runs `npm run build` by default.
139141

docs/javascript/tutorial-asp-net-core-with-vue.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Create an ASP.NET Core app with Vue"
33
description: Create an ASP.NET Core project to serve as an API backend and a Vue project to provide the user interface in Visual Studio.
4-
ms.date: 4/09/2025
4+
ms.date: 11/26/2025
55
ms.topic: tutorial
66
ms.devlang: javascript
77
author: mikejo5000
@@ -136,7 +136,9 @@ Starting in Visual Studio 2022 version 17.3, you can publish the integrated solu
136136
}
137137
```
138138

139-
1. To publish, right click the ASP.NET Core project, choose **Publish**, and select options to match your desired publish scenario, such as Azure, publish to a folder, etc.
139+
1. Right-click the ASP.NET Core project, choose **Publish**, and select options to match your desired publish scenario, such as Azure, publish to a folder, etc.
140+
141+
1. After the publish profile is created, choose **Publish** in the Publish tab to publish the project.
140142

141143
The publish process takes more time than it does for just an ASP.NET Core project, since the `npm run build` command gets invoked when publishing. The [BuildCommand](../javascript/javascript-project-system-msbuild-reference.md#buildcommand) runs `npm run build` by default.
142144

0 commit comments

Comments
 (0)