diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 4f6128b2..149a8953 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -13,10 +13,9 @@ # This Yaml Document has been converted by ESAI Yaml Pipeline Conversion Tool. # This pipeline will be extended to the OneESPT template trigger: -- main - -# no `pr` keyword because we want all PRs to run this - + - main + + # no `pr` keyword because we want all PRs to run this resources: repositories: - repository: 1ESPipelineTemplates @@ -35,12 +34,12 @@ extends: baselineSet: default baselineFile: $(Build.SourcesDirectory)/.gdn/.gdnbaselines sourceAnalysisPool: - name: Azure-Pipelines-1ESPT-ExDShared - image: windows-2022 + name: 1ES-ABTT-Shared-Pool + image: abtt-windows-2022 os: windows pool: - name: Azure-Pipelines-1ESPT-ExDShared - image: ubuntu-latest + name: 1ES-ABTT-Shared-Pool + image: abtt-ubuntu-2204 os: linux customBuildTags: - ES365AIMigrationTooling diff --git a/.azure-pipelines/release-pipeline.yml b/.azure-pipelines/release-pipeline.yml index 50296d1d..ea3604d1 100644 --- a/.azure-pipelines/release-pipeline.yml +++ b/.azure-pipelines/release-pipeline.yml @@ -27,12 +27,12 @@ extends: baselineSet: default baselineFile: $(Build.SourcesDirectory)/.gdn/.gdnbaselines sourceAnalysisPool: - name: Azure-Pipelines-1ESPT-ExDShared - image: windows-2022 + name: 1ES-ABTT-Shared-Pool + image: abtt-windows-2022 os: windows pool: - name: Azure-Pipelines-1ESPT-ExDShared - image: ubuntu-latest + name: 1ES-ABTT-Shared-Pool + image: abtt-ubuntu-2204 os: linux customBuildTags: - ES365AIMigrationTooling diff --git a/README.md b/README.md index d6433ae1..9435fc2b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://dev.azure.com/ms/azure-pipelines-vscode/_apis/build/status/CI-and-PR)](https://dev.azure.com/ms/azure-pipelines-vscode/_build/latest?definitionId=11) +[![Build Status](https://dev.azure.com/mseng/PipelineTools/_apis/build/status%2FVSCode%20Extension%2Fvscode-extension-ci?repoName=microsoft%2Fazure-pipelines-vscode&branchName=main)](https://dev.azure.com/mseng/PipelineTools/_build/latest?definitionId=17236&repoName=microsoft%2Fazure-pipelines-vscode&branchName=main) # Azure Pipelines for VS Code diff --git a/RELEASE.md b/RELEASE.md index 3f6cde4d..11516332 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -7,7 +7,7 @@ 0. Ensure the [CHANGELOG](CHANGELOG.md) is up to date. 0. Update the [service schema](#bumping-service-schema). 0. Create a PR on GitHub, mostly for tracking reasons. -0. Manually queue a [Release build](https://dev.azure.com/ms/azure-pipelines-vscode/_build?definitionId=12) against your PR branch. +0. Manually queue a [Release build](https://dev.azure.com/mseng/PipelineTools/_build?definitionId=17237) against your PR branch. - This will create a GitHub release at the commit you've specified! 0. Ship the resulting package to the [Marketplace](https://marketplace.visualstudio.com/manage/publishers/ms-azure-devops). - You can grab it from either the pipeline run or off GitHub itself.