Skip to content

Commit 5c62872

Browse files
committed
Added link
1 parent cdd1fdc commit 5c62872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ You can generate caches for your Visual Studio solution as part of an automated
4848
devenv SolutionName /PopulateSolutionCache /LocalCache /Build [SolnConfigName [/Project ProjName [/ProjectConfig ProjConfigName]] [/Out OutputFilename]]
4949
```
5050
51-
This command will open your solution, execute a build, and generate the caches for the specified solution. The generated caches will then be included in the [custom image](how-to-customize-devbox-azure-image-builder.md) and available to dev box users once [posted to a connected Azure Compute Gallery](/azure/virtual-machines/shared-image-galleries). You can then [create a new dev box](quickstart-configure-dev-box-service.md#create-a-dev-box-definition) based off this image.
51+
This command will open your solution, execute a build, and generate the caches for the specified solution. The generated caches will then be included in the [custom image](how-to-customize-devbox-azure-image-builder.md) and available to dev box users once posted to an [attached Azure Compute Gallery](how-to-configure-azure-compute-gallery.md).. You can then [create a new dev box](quickstart-configure-dev-box-service.md#create-a-dev-box-definition) based off this image.
5252
5353
The `/Build` flag is optional, but without it some caches that require a build to have completed won't be available. For more information on the `build` command, see [Build command-line reference](/visualstudio/ide/reference/build-devenv-exe).
5454

0 commit comments

Comments
 (0)