Skip to content

Commit b611a31

Browse files
committed
🚀 Ensure checkout on deployment job
1 parent 0f196d6 commit b611a31

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,12 @@ stages:
208208
GalleryDeploymentPath: '$(System.DefaultWorkingDirectory)/Deploy/PSGallery'
209209
strategy:
210210
runOnce:
211-
deploy:
211+
preDeploy:
212212
steps:
213+
- checkout: self
213214
- template: templates/environment-setup.yml
215+
deploy:
216+
steps:
214217
- task: DownloadPipelineArtifact@2
215218
displayName: 'Download Built Module Artifact'
216219
inputs:

0 commit comments

Comments
 (0)