Skip to content

Commit 14c670a

Browse files
committed
just remove separate stage
1 parent 5f50bd6 commit 14c670a

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

build/azure-devdiv-pipeline.pre-release.yml

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -137,26 +137,8 @@ extends:
137137
signType: real
138138
verifySignature: true
139139

140-
- ${{ if eq(parameters.publishExtension, true) }}:
141-
- stage: Publish
142-
displayName: Publish Extension
143-
dependsOn: Build
144-
pool:
145-
vmImage: ubuntu-latest
146-
jobs:
147-
- job: Publish
148-
displayName: Marketplace Publish Job
149-
templateContext:
150-
type: releaseJob
151-
isProduction: true
152-
inputs:
153-
- input: pipelineArtifact
154-
# Single consolidated artifact produced in Build stage
155-
artifactName: drop
156-
# Download into the expected publishFolder path used by publish.yml
157-
targetPath: $(Build.ArtifactStagingDirectory)/drop
158-
steps:
159-
- checkout: none
140+
# Optional publish step (runs only when publishExtension=true)
141+
- ${{ if eq(parameters.publishExtension, true) }}:
160142
- template: build/templates/publish.yml@self
161143
parameters:
162144
azureSubscription: PylancePublishPipelineSecureConnectionWithManagedIdentity

0 commit comments

Comments
 (0)