File tree Expand file tree Collapse file tree 1 file changed +2
-20
lines changed Expand file tree Collapse file tree 1 file changed +2
-20
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments