Skip to content

Commit de26746

Browse files
committed
Updates
1 parent 3298d4a commit de26746

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/dev-box/how-to-generate-visual-studio-caches.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ Benefits of precaching your Visual Studio solution on a dev box image include:
2727
2828
## Prerequisites
2929

30-
To leverage pre-caching of your source code and Visual Studio IDE customizations on Microsoft Dev Box, you need to meet the following requirements:
30+
To leverage precaching of your source code and Visual Studio IDE customizations on Microsoft Dev Box, you need to meet the following requirements:
3131

32-
- Create a dev center and configure the Microsoft Dev Box service. If you don't have one available, follow the steps in the [Quickstart: Configure Microsoft Dev Box](quickstart-configure-dev-box-service.md) to create a dev center and configure a dev box.
32+
- Create a dev center and configure the Microsoft Dev Box service. If you don't have one available, follow the steps in [Quickstart: Configure Microsoft Dev Box](quickstart-configure-dev-box-service.md) to create a dev center and configure a dev box.
3333
- [Create a custom VM image for dev box](how-to-customize-devbox-azure-image-builder.md) that includes your source code and pregenerated caches.
3434

3535
This article guides you through the creation of an Azure Resource Manager template. In the following sections, you'll modify that template to include processes to [generate the Visual Studio solution cache](#enable-caches-in-dev-box-images) and further improve Visual Studio performance by [preparing the git commit graph](#enable-git-commit-graph-optimizations) for your project.
@@ -40,7 +40,7 @@ You can then use the resulting image to [create new dev boxes](quickstart-config
4040

4141
You can generate caches for your Visual Studio solution as part of an automated pipeline that builds custom dev box images. To do so, you must meet the following requirements:
4242

43-
* Within the Azure Resource Manager template, add a customized step to clone the source repository of your project into a nonuser specific location on the VM.
43+
* Within the [Azure Resource Manager template](how-to-customize-devbox-azure-image-builder.md), add a customized step to clone the source repository of your project into a nonuser specific location on the VM.
4444
* With the project source located on disk you can now run the `PopulateSolutionCache` feature to generate the project caches. To do this, add the following PowerShell command to your template's customized steps:
4545

4646
```shell

0 commit comments

Comments
 (0)