Skip to content

Commit 86db624

Browse files
authored
Apply suggestions from PR review
Add lightbox coding to improve image legibility.
1 parent 67d75fa commit 86db624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pipelines/artifacts/caching-nuget.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ To cache NuGet packages, define a pipeline variable that points to the location
4343

4444
In the example below, the content of the **packages.lock.json** is hashed to generate a dynamic cache key. This ensures that whenever the file changes, a new cache key is created.
4545

46-
:::image type="content" source="media/cache-key-hash.png" alt-text="A screenshot displaying how the cache key is generated in Azure Pipelines.":::
46+
:::image type="content" source="media/cache-key-hash.png" alt-text="A screenshot displaying how the cache key is generated in Azure Pipelines." lightbox="media/cache-key-hash.png":::
4747

4848
```YAML
4949
variables:

0 commit comments

Comments
 (0)