From 30d7d863ce3627101debb0daf8651a25c636e9ed Mon Sep 17 00:00:00 2001 From: "Brandon Waterloo [MSFT]" <36966225+bwateratmsft@users.noreply.github.com> Date: Wed, 8 Jan 2025 14:44:14 -0500 Subject: [PATCH] Pipeline cleanup (#4455) --- .azure-pipelines/main.yml | 28 ---------------------------- .azure-pipelines/release.yml | 4 +--- 2 files changed, 1 insertion(+), 31 deletions(-) delete mode 100644 .azure-pipelines/main.yml diff --git a/.azure-pipelines/main.yml b/.azure-pipelines/main.yml deleted file mode 100644 index a42eb48698..0000000000 --- a/.azure-pipelines/main.yml +++ /dev/null @@ -1,28 +0,0 @@ -# Trigger the build whenever `main` or `rel/*` is updated -trigger: - - main - - rel/* - -pr: none # Disable PR trigger - -# Scheduled nightly build -schedules: - - cron: "0 0 * * *" - displayName: Nightly scheduled build - always: false # Don't rebuild if there haven't been changes - branches: - include: - - main - -# Grab the base templates from https://github.com/microsoft/vscode-azuretools/tree/main/azure-pipelines -resources: - repositories: - - repository: templates - type: github - name: microsoft/vscode-azuretools - ref: main - endpoint: GitHub - -# Use those templates -extends: - template: azure-pipelines/jobs.yml@templates diff --git a/.azure-pipelines/release.yml b/.azure-pipelines/release.yml index 34d988c43b..a302cc17ba 100644 --- a/.azure-pipelines/release.yml +++ b/.azure-pipelines/release.yml @@ -11,7 +11,7 @@ parameters: resources: pipelines: - - pipeline: build # identifier to use in pipeline resource variables + - pipeline: build # This must be "build" source: \Azure Tools\VSCode\Extensions\vscode-docker # name of the pipeline that produces the artifacts repositories: - repository: azExtTemplates @@ -29,8 +29,6 @@ variables: extends: template: azure-pipelines/release-extension.yml@azExtTemplates parameters: - pipelineID: $(resources.pipeline.build.pipelineID) - runID: $(resources.pipeline.build.runID) publishVersion: ${{ parameters.publishVersion }} dryRun: ${{ parameters.dryRun }} environmentName: VSCodeDockerExtensionPublish