Skip to content

Commit 1e9a541

Browse files
committed
🚀 Fix deployment job configuration
1 parent b611a31 commit 1e9a541

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,12 +208,10 @@ stages:
208208
GalleryDeploymentPath: '$(System.DefaultWorkingDirectory)/Deploy/PSGallery'
209209
strategy:
210210
runOnce:
211-
preDeploy:
211+
deploy:
212212
steps:
213213
- checkout: self
214214
- template: templates/environment-setup.yml
215-
deploy:
216-
steps:
217215
- task: DownloadPipelineArtifact@2
218216
displayName: 'Download Built Module Artifact'
219217
inputs:

0 commit comments

Comments
 (0)