You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/dev-box/how-to-generate-visual-studio-caches.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,17 @@
1
1
---
2
2
title: Configure Visual Studio caches for your dev box image
3
3
titleSuffix: Microsoft Dev Box
4
-
description: Learn how to generate Visual Studio caches for your customized Dev Box image.
4
+
description: Learn how to get started on solutions quickly by generating Visual Studio caches for your customized Dev Box image.
5
5
services: dev-box
6
6
ms.service: dev-box
7
7
ms.custom:
8
8
- ignite-2023
9
9
author: RoseHJM
10
10
ms.author: rosemalcolm
11
-
ms.date: 11/14/2023
11
+
ms.date: 02/23/2025
12
12
ms.topic: how-to
13
+
14
+
#customer intent: As a platfrom engineer, I want to learn how to precache Visual Studio solutions for Microsoft Dev Boxes, so that developers can get strated on VS solutions more quickly.
13
15
---
14
16
15
17
# Optimize the Visual Studio experience on Microsoft Dev Box
@@ -46,7 +48,7 @@ You can generate caches for your Visual Studio solution as part of an automated
This command will open your solution, execute a build, and generate the caches forthe specified solution. The generated caches will then be includedin 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 forthe specified solution. The generated caches will then be includedin 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.
50
52
51
53
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).
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).
76
-
77
-
## Next steps
77
+
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, as described in [Configure Azure Compute Gallery for Microsoft Dev Box](how-to-configure-azure-compute-gallery.md).
78
78
79
-
Get started with Visual Studio precaching in Microsoft Dev Box:
79
+
## Related content
80
80
81
-
- [Download and install Visual Studio 17.8 or later](https://visualstudio.microsoft.com/vs/).
81
+
- [Quickstart: Configure Microsoft Dev Box by using an ARM template](quickstart-configure-dev-box-arm-template.md)
82
+
- [Download and install Visual Studio 17.8 or later](https://visualstudio.microsoft.com/vs/)
82
83
83
84
We’d love to hear your feedback, input, and suggestions on Visual Studio precaching in Microsoft Dev Box via the [Developer Community](https://developercommunity.visualstudio.com/home).
0 commit comments