Skip to content

Commit

Permalink
Merge pull request #10445 from MicrosoftDocs/main638646374831287389sy…
Browse files Browse the repository at this point in the history
…nc_temp

For protected branch, push strategy should use PR and merge to target branch method to work around git push error
  • Loading branch information
learn-build-service-prod[bot] authored Oct 16, 2024
2 parents b9d9164 + be4ea52 commit aaef646
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
5 changes: 3 additions & 2 deletions docs/ide/create-new-project.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Create and configure a new project
description: Create and configure a new project in Visual Studio by choosing a template type, the Framework version, an authentication type, and more.
ms.date: 11/17/2023
ms.date: 10/15/2024
ms.topic: how-to
f1_keywords:
- vs.newproject
Expand All @@ -11,10 +11,11 @@ author: anandmeg
ms.author: meghaanand
manager: mijacobs
ms.subservice: general-ide
#customer intent: As a developer, I want to create cd..a new project in Visual Studio.
---
# Create a new project in Visual Studio

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

::: moniker range="vs-2019"

Expand Down
12 changes: 8 additions & 4 deletions docs/ide/index-writing-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
ms.topic: landing-page
author: anandmeg
ms.author: meghaanand
ms.date: 10/23/2023
ms.date: 10/15/2024

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

Expand All @@ -24,8 +24,8 @@ landingContent:
linkLists:
- linkListType: tutorial
links:
- text: Create a new project
url: create-new-project.md
- text: Work with solutions and projects
url: creating-solutions-and-projects.md
- text: Open a project from a repo
url: ../get-started/tutorial-open-project-from-repo.md
- linkListType: how-to-guide
Expand All @@ -48,6 +48,8 @@ landingContent:
url: code-generation-in-visual-studio.md
- text: Manage code style preferences
url: code-styles-and-code-cleanup.md
- text: Manage project and solution properties
url: managing-project-and-solution-properties.md
- text: Code analysis
url: ../code-quality/roslyn-analyzers-overview.md

Expand All @@ -58,7 +60,9 @@ landingContent:
links:
- text: AI assistance tools
url: ai-assisted-development-visual-studio.md
- text: GitHub Copilot
- text: Install and manage GitHub Copilot
url: visual-studio-github-copilot-install-and-states.md
- text: GitHub Copilot Completions
url: visual-studio-github-copilot-extension.md
- text: GitHub Copilot Chat
url: visual-studio-github-copilot-chat.md
Expand Down
5 changes: 2 additions & 3 deletions docs/install/command-line-parameter-examples.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
---
title: Command-line parameter examples for installation
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.
ms.date: 3/11/2024
ms.date: 10/14/2024
ms.topic: conceptual
author: anandmeg
ms.author: meghaanand
manager: mijacobs

ms.subservice: installation
---
# Command-line parameter examples for Visual Studio installation
Expand All @@ -21,7 +20,7 @@ You can use the `^` character at the end of a command line to concatenate multip

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.

## Install using --installPath alongside the bootstrapper
## Install using --installPath and --add alongside the bootstrapper

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

Expand Down

0 comments on commit aaef646

Please sign in to comment.