Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c57928c

Browse files
committedJan 8, 2025·
Pipeline cleanup
1 parent d146589 commit c57928c

File tree

2 files changed

+1
-31
lines changed

2 files changed

+1
-31
lines changed
 

‎.azure-pipelines/main.yml

-28
This file was deleted.

‎.azure-pipelines/release.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ parameters:
1111

1212
resources:
1313
pipelines:
14-
- pipeline: build # identifier to use in pipeline resource variables
14+
- pipeline: build # This must be "build"
1515
source: \Azure Tools\VSCode\Extensions\vscode-docker # name of the pipeline that produces the artifacts
1616
repositories:
1717
- repository: azExtTemplates
@@ -29,8 +29,6 @@ variables:
2929
extends:
3030
template: azure-pipelines/release-extension.yml@azExtTemplates
3131
parameters:
32-
pipelineID: $(resources.pipeline.build.pipelineID)
33-
runID: $(resources.pipeline.build.runID)
3432
publishVersion: ${{ parameters.publishVersion }}
3533
dryRun: ${{ parameters.dryRun }}
3634
environmentName: VSCodeDockerExtensionPublish

0 commit comments

Comments
 (0)
Please sign in to comment.