Skip to content

Commit 1c59a20

Browse files
README.md: Update Azure Pipelines status badges (#4085)
Co-authored-by: Casey Carter <[email protected]>
1 parent 33ae7d2 commit 1c59a20

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ which ships as part of the MSVC toolset and the Visual Studio IDE.
66
* Our [Changelog][] tracks which updates to this repository appear in each VS release.
77
* Our [Status Chart][] displays our overall progress over time.
88
* Join our [Discord server][].
9-
10-
[![Build Status](https://dev.azure.com/vclibs/STL/_apis/build/status/microsoft.STL?branchName=main)][Pipelines]
9+
* [![CI Status Badge][STL-CI-badge]][STL-CI-link] (STL-CI build status)
10+
* [![ASan CI Status Badge][STL-ASan-CI-badge]][STL-ASan-CI-link] (STL-ASan-CI build status)
1111

1212
# What This Repo Is Useful For
1313

@@ -533,7 +533,10 @@ SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
533533
[N4958]: https://wg21.link/n4958
534534
[NOTICE.txt]: NOTICE.txt
535535
[Ninja]: https://ninja-build.org
536-
[Pipelines]: https://dev.azure.com/vclibs/STL/_build/latest?definitionId=4&branchName=main
536+
[STL-CI-badge]: https://dev.azure.com/vclibs/STL/_apis/build/status%2FSTL-CI?branchName=main "STL-CI"
537+
[STL-CI-link]: https://dev.azure.com/vclibs/STL/_build/latest?definitionId=4&branchName=main
538+
[STL-ASan-CI-badge]: https://dev.azure.com/vclibs/STL/_apis/build/status%2FSTL-ASan-CI?branchName=main "STL-ASan-CI"
539+
[STL-ASan-CI-link]: https://dev.azure.com/vclibs/STL/_build/latest?definitionId=5&branchName=main
537540
[Python]: https://www.python.org/downloads/windows/
538541
[Roadmap]: https://github.com/microsoft/STL/wiki/Roadmap
539542
[Status Chart]: https://microsoft.github.io/STL/

0 commit comments

Comments
 (0)