diff --git a/README.md b/README.md index 946315ef89a..40bc0840fcc 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The major functional areas this repo addresses are: - Static Analysis: Curated static analysis settings to help improve your code. - Testing: Dramatically simplifies testing around common .NET abstractions such as ILogger and the TimeProvider. -[![Build Status](https://dev.azure.com/dnceng/internal/_apis/build/status/r9/dotnet-r9?branchName=main)](https://dev.azure.com/dnceng/internal/_build/latest?definitionId=1223&branchName=main) +[![Build Status](https://dev.azure.com/dnceng-public/public/_apis/build/status%2Fdotnet%2Fextensions%2Fextensions-ci?branchName=main)](https://dev.azure.com/dnceng-public/public/_build/latest?definitionId=16&branchName=main) [![Help Wanted](https://img.shields.io/github/issues/dotnet/extensions/help%20wanted?style=flat-square&color=%232EA043&label=help%20wanted)](https://github.com/dotnet/extensions/labels/help%20wanted) [![Discord](https://img.shields.io/discord/732297728826277939?style=flat-square&label=Discord&logo=discord&logoColor=white&color=7289DA)](https://aka.ms/dotnet-discord) diff --git a/azure-pipelines-public.yml b/azure-pipelines-public.yml index 9668b4ed6fb..9da198eaa61 100644 --- a/azure-pipelines-public.yml +++ b/azure-pipelines-public.yml @@ -57,7 +57,7 @@ variables: - name: SkipQualityGates value: false - name: _TeamName - value: dotnet-r9 + value: dotnet-extensions - name: NativeToolsOnMachine value: true - name: DOTNET_SKIP_FIRST_TIME_EXPERIENCE diff --git a/azure-pipelines-unofficial.yml b/azure-pipelines-unofficial.yml index 57594fd5ef1..f6d9953e11b 100644 --- a/azure-pipelines-unofficial.yml +++ b/azure-pipelines-unofficial.yml @@ -4,7 +4,7 @@ pr: none variables: - name: _TeamName - value: dotnet-r9 + value: dotnet-extensions - name: NativeToolsOnMachine value: true - name: DOTNET_SKIP_FIRST_TIME_EXPERIENCE diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 84f7b718576..f1e516b9f02 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -50,7 +50,7 @@ pr: variables: - name: _TeamName - value: dotnet-r9 + value: dotnet-extensions - name: NativeToolsOnMachine value: true - name: DOTNET_SKIP_FIRST_TIME_EXPERIENCE