Skip to content

Commit 4dab6c6

Browse files
Typo "Azure Artifact feed"→"Azure Artifacts feed" (dotnet#24301)
1 parent a1ac650 commit 4dab6c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/architecture/cloud-native/devops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ This build definition uses a number of built-in tasks that make creating builds
251251
252252
Builds can be triggered manually, by a check-in, on a schedule, or by the completion of another build. In most cases, building on every check-in is desirable. Builds can be filtered so that different builds run against different parts of the repository or against different branches. This allows for scenarios like running fast builds with reduced testing on pull requests and running a full regression suite against the trunk on a nightly basis.
253253
254-
The end result of a build is a collection of files known as build artifacts. These artifacts can be passed along to the next step in the build process or added to an Azure Artifact feed, so they can be consumed by other builds.
254+
The end result of a build is a collection of files known as build artifacts. These artifacts can be passed along to the next step in the build process or added to an Azure Artifacts feed, so they can be consumed by other builds.
255255
256256
### Azure DevOps releases
257257

0 commit comments

Comments
 (0)