Skip to content

Commit

Permalink
Merge pull request #10406 from MicrosoftDocs/main638622795150240380sy…
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 Sep 18, 2024
2 parents 8ec48ac + 4995bdb commit 1d4c11c
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Include prerequisites (ClickOnce app)
description: Learn how to get installer packages for prerequisites to distribute for your ClickOnce application for your development computer.
ms.date: 11/04/2016
ms.date: 9/18/2024
ms.topic: how-to
author: mikejo5000
ms.author: mikejo
Expand All @@ -21,8 +21,7 @@ Before you can distribute prerequisite software with a ClickOnce application, yo

By default, the path is `%ProgramFiles(x86)%\Microsoft SDKs\ClickOnce Bootstrapper\Packages\`.

>[!NOTE]
> Starting with the Visual Studio 2019 Update 7 release bootstrapper packages will also be discovered under the path `<VS Install Path>\MSBuild\Microsoft\VisualStudio\BootstrapperPackages`.
Starting with Visual Studio 2019 Update 7, some .NET bootstrapper packages will also be discovered under the path `<VS Install Path>\MSBuild\Microsoft\VisualStudio\BootstrapperPackages`.

2. Open the folder for the prerequisite that you want to add, and then open the language folder for your installed version of Visual Studio (for example, **en** for English).

Expand Down

0 comments on commit 1d4c11c

Please sign in to comment.