Skip to content

Commit aaef646

Browse files
Merge pull request #10445 from MicrosoftDocs/main638646374831287389sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents b9d9164 + be4ea52 commit aaef646

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

docs/ide/create-new-project.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Create and configure a new project
33
description: Create and configure a new project in Visual Studio by choosing a template type, the Framework version, an authentication type, and more.
4-
ms.date: 11/17/2023
4+
ms.date: 10/15/2024
55
ms.topic: how-to
66
f1_keywords:
77
- vs.newproject
@@ -11,10 +11,11 @@ author: anandmeg
1111
ms.author: meghaanand
1212
manager: mijacobs
1313
ms.subservice: general-ide
14+
#customer intent: As a developer, I want to create cd..a new project in Visual Studio.
1415
---
1516
# Create a new project in Visual Studio
1617

17-
In this article, we'll show you how to quickly create a new project in Visual Studio from a template.
18+
In this article, you learn how to quickly create a new project in Visual Studio from a template.
1819

1920
::: moniker range="vs-2019"
2021

docs/ide/index-writing-code.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
ms.topic: landing-page
1212
author: anandmeg
1313
ms.author: meghaanand
14-
ms.date: 10/23/2023
14+
ms.date: 10/15/2024
1515

1616
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
1717

@@ -24,8 +24,8 @@ landingContent:
2424
linkLists:
2525
- linkListType: tutorial
2626
links:
27-
- text: Create a new project
28-
url: create-new-project.md
27+
- text: Work with solutions and projects
28+
url: creating-solutions-and-projects.md
2929
- text: Open a project from a repo
3030
url: ../get-started/tutorial-open-project-from-repo.md
3131
- linkListType: how-to-guide
@@ -48,6 +48,8 @@ landingContent:
4848
url: code-generation-in-visual-studio.md
4949
- text: Manage code style preferences
5050
url: code-styles-and-code-cleanup.md
51+
- text: Manage project and solution properties
52+
url: managing-project-and-solution-properties.md
5153
- text: Code analysis
5254
url: ../code-quality/roslyn-analyzers-overview.md
5355

@@ -58,7 +60,9 @@ landingContent:
5860
links:
5961
- text: AI assistance tools
6062
url: ai-assisted-development-visual-studio.md
61-
- text: GitHub Copilot
63+
- text: Install and manage GitHub Copilot
64+
url: visual-studio-github-copilot-install-and-states.md
65+
- text: GitHub Copilot Completions
6266
url: visual-studio-github-copilot-extension.md
6367
- text: GitHub Copilot Chat
6468
url: visual-studio-github-copilot-chat.md

docs/install/command-line-parameter-examples.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
22
title: Command-line parameter examples for installation
33
description: Customize command-line parameter examples to create your own installation of Visual Studio by setting parameters, such as installPath, wait, all, remove, and more.
4-
ms.date: 3/11/2024
4+
ms.date: 10/14/2024
55
ms.topic: conceptual
66
author: anandmeg
77
ms.author: meghaanand
88
manager: mijacobs
9-
109
ms.subservice: installation
1110
---
1211
# Command-line parameter examples for Visual Studio installation
@@ -21,7 +20,7 @@ You can use the `^` character at the end of a command line to concatenate multip
2120

2221
For lists of the workloads and components that you can install by using the command line, see the [Visual Studio workload and component IDs](workload-and-component-ids.md) page.
2322

24-
## Install using --installPath alongside the bootstrapper
23+
## Install using --installPath and --add alongside the bootstrapper
2524

2625
* Install a minimal instance of Visual Studio, with no interactive prompts, but progress displayed:
2726

0 commit comments

Comments
 (0)