Skip to content

Commit e295c4d

Browse files
committed
Fix main branch status badge
1 parent a8808d0 commit e295c4d

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CLR Instrumentation Engine
22

3-
Main Branch: [![Build Status](https://dev.azure.com/ms/CLRInstrumentationEngine/_apis/build/status/CI-Yaml?branchName=main)](https://dev.azure.com/ms/CLRInstrumentationEngine/_build/latest?definitionId=275&branchName=main)
3+
Main Branch: [![Build Status](https://devdiv.visualstudio.com/DevDiv/_apis/build/status%2FClrInstrumentationEngine%2FClrInstrumentationEngine-CI-Yaml?repoName=microsoft%2FCLRInstrumentationEngine&branchName=main)](https://devdiv.visualstudio.com/DevDiv/_build/latest?definitionId=11310&repoName=microsoft%2FCLRInstrumentationEngine&branchName=main)
44

55
Release Branch: [![Build Status](https://devdiv.visualstudio.com/DevDiv/_apis/build/status/ClrInstrumentationEngine/GitHub/ClrInstrumentationEngine-Signed-Yaml?branchName=release)](https://devdiv.visualstudio.com/DevDiv/_build/latest?definitionId=11311&branchName=release)
66

@@ -16,30 +16,30 @@ For more information about our current and future project scope and to track our
1616

1717
The CLR Instrumentation Engine is a profiler implementation and is enabled and configured via environment variables for the running process.
1818

19-
* [Getting Started](docs/getting_started.md) for details on how use the CLR Instrumentation Engine.
20-
* [Environment Variables](docs/environment_variables.md)
21-
* [Configure Instrumentation Methods](docs/configuration.md)
22-
* [CLRIE Releases](docs/releases.md)
19+
- [Getting Started](docs/getting_started.md) for details on how use the CLR Instrumentation Engine.
20+
- [Environment Variables](docs/environment_variables.md)
21+
- [Configure Instrumentation Methods](docs/configuration.md)
22+
- [CLRIE Releases](docs/releases.md)
2323

2424
## Contributing
2525

2626
Please read [Contributing](CONTRIBUTING.md) for details on the Contributor License Agreement (CLA) and the process for submitting pull requests to us.
2727

2828
This repo builds using Visual Studio 2022 and requires the following components:
2929

30-
|Component Id|Component Friendly Name|
31-
|:--|:--
32-
Microsoft.Component.MSBuild|MSBuild
33-
Microsoft.VisualStudio.Workload.NativeDesktop|Desktop development with C++ (Workload)
34-
Microsoft.VisualStudio.Component.VC.ATL.Spectre|C++ ATL for latest v143 build tools with Spectre Mitigations (x86 & x64)
35-
Microsoft.VisualStudio.Component.VC.Runtimes.x86.x64.Spectre|MSVC v143 - VS 2022 C++ x64/x86 Spectre-mitigated libs (Latest)
30+
| Component Id | Component Friendly Name |
31+
| :----------------------------------------------------------- | :----------------------------------------------------------------------- |
32+
| Microsoft.Component.MSBuild | MSBuild |
33+
| Microsoft.VisualStudio.Workload.NativeDesktop | Desktop development with C++ (Workload) |
34+
| Microsoft.VisualStudio.Component.VC.ATL.Spectre | C++ ATL for latest v143 build tools with Spectre Mitigations (x86 & x64) |
35+
| Microsoft.VisualStudio.Component.VC.Runtimes.x86.x64.Spectre | MSVC v143 - VS 2022 C++ x64/x86 Spectre-mitigated libs (Latest) |
3636

3737
Optionally, in order to develop Wixproj files in Visual Studio, you will need to install the [Wix Toolset Visual 2022 Extension](https://marketplace.visualstudio.com/items?itemName=WixToolset.WixToolsetVisualStudio2022Extension), also known as the "Votive" extension.
3838

39-
* [Design Notes](DESIGN-NOTES.md) - the overall design for CLR Instrumentation Engine.
40-
* [Build](docs/build.md) - how to run local builds.
41-
* [Test](docs/test.md) - how to run tests.
42-
* [Release Process](docs/release_process.md) - how to release CLRIE to various platforms.
39+
- [Design Notes](DESIGN-NOTES.md) - the overall design for CLR Instrumentation Engine.
40+
- [Build](docs/build.md) - how to run local builds.
41+
- [Test](docs/test.md) - how to run tests.
42+
- [Release Process](docs/release_process.md) - how to release CLRIE to various platforms.
4343

4444
## Versioning
4545

0 commit comments

Comments
 (0)