Skip to content

Commit

Permalink
Pipeline cleanup (#4455)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwateratmsft authored Jan 8, 2025
1 parent d146589 commit 30d7d86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.
28 changes: 0 additions & 28 deletions .azure-pipelines/main.yml

This file was deleted.

4 changes: 1 addition & 3 deletions .azure-pipelines/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 30d7d86

Please sign in to comment.