Skip to content

Commit f2352c3

Browse files
committed
feedback
1 parent e076625 commit f2352c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/pipelines/artifacts/caching-nuget.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ monikerRange: 'azure-devops'
1616
With pipeline caching, you can reduce your build time by caching your dependencies to be reused in later runs. In this article, you'll learn how to use the [Cache task](/azure/devops/pipelines/tasks/reference/cache-v2) to cache and restore your NuGet packages.
1717

1818
> [!NOTE]
19-
> Pipeline caching is not supported in Classic release pipelines.
19+
> Pipeline caching is supported in agent pool jobs for both YAML and Classic pipelines. However, it is not supported in Classic release pipelines.
2020
2121
## Lock dependencies
2222

docs/pipelines/release/caching.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Pipeline caching can help reduce build time by allowing the outputs or downloade
1818
Caching can be effective at improving build time provided the time to restore and save the cache is less than the time to produce the output again from scratch. Because of this, caching may not be effective in all scenarios and may actually have a negative impact on build time.
1919

2020
> [!NOTE]
21-
> Pipeline caching is not supported in Classic release pipelines.
21+
> Pipeline caching is supported in agent pool jobs for both YAML and Classic pipelines. However, it is not supported in Classic release pipelines.
2222
2323
### When to use artifacts versus caching
2424

0 commit comments

Comments
 (0)