Skip to content

Commit 576887e

Browse files
1ES Migration (#575)
* 1ES Migration - changed links - Migrate the pipeline to another pool and org * 1ES Migration - temporary comment the pipeline * 1ES Migration - restore triggers * 1ES Migration - badge update * 1ES Migration - test version * Revert "1ES Migration" This reverts commit 0a2cda8.
1 parent fcf9a13 commit 576887e

File tree

4 files changed

+13
-14
lines changed

4 files changed

+13
-14
lines changed

.azure-pipelines/azure-pipelines.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@
1313
# This Yaml Document has been converted by ESAI Yaml Pipeline Conversion Tool.
1414
# This pipeline will be extended to the OneESPT template
1515
trigger:
16-
- main
17-
18-
# no `pr` keyword because we want all PRs to run this
19-
16+
- main
17+
18+
# no `pr` keyword because we want all PRs to run this
2019
resources:
2120
repositories:
2221
- repository: 1ESPipelineTemplates
@@ -35,12 +34,12 @@ extends:
3534
baselineSet: default
3635
baselineFile: $(Build.SourcesDirectory)/.gdn/.gdnbaselines
3736
sourceAnalysisPool:
38-
name: Azure-Pipelines-1ESPT-ExDShared
39-
image: windows-2022
37+
name: 1ES-ABTT-Shared-Pool
38+
image: abtt-windows-2022
4039
os: windows
4140
pool:
42-
name: Azure-Pipelines-1ESPT-ExDShared
43-
image: ubuntu-latest
41+
name: 1ES-ABTT-Shared-Pool
42+
image: abtt-ubuntu-2204
4443
os: linux
4544
customBuildTags:
4645
- ES365AIMigrationTooling

.azure-pipelines/release-pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ extends:
2727
baselineSet: default
2828
baselineFile: $(Build.SourcesDirectory)/.gdn/.gdnbaselines
2929
sourceAnalysisPool:
30-
name: Azure-Pipelines-1ESPT-ExDShared
31-
image: windows-2022
30+
name: 1ES-ABTT-Shared-Pool
31+
image: abtt-windows-2022
3232
os: windows
3333
pool:
34-
name: Azure-Pipelines-1ESPT-ExDShared
35-
image: ubuntu-latest
34+
name: 1ES-ABTT-Shared-Pool
35+
image: abtt-ubuntu-2204
3636
os: linux
3737
customBuildTags:
3838
- ES365AIMigrationTooling

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![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)
1+
[![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)
22

33
# Azure Pipelines for VS Code
44

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
0. Ensure the [CHANGELOG](CHANGELOG.md) is up to date.
88
0. Update the [service schema](#bumping-service-schema).
99
0. Create a PR on GitHub, mostly for tracking reasons.
10-
0. Manually queue a [Release build](https://dev.azure.com/ms/azure-pipelines-vscode/_build?definitionId=12) against your PR branch.
10+
0. Manually queue a [Release build](https://dev.azure.com/mseng/PipelineTools/_build?definitionId=17237) against your PR branch.
1111
- This will create a GitHub release at the commit you've specified!
1212
0. Ship the resulting package to the [Marketplace](https://marketplace.visualstudio.com/manage/publishers/ms-azure-devops).
1313
- You can grab it from either the pipeline run or off GitHub itself.

0 commit comments

Comments
 (0)