Skip to content

Commit

Permalink
🚀 Fix deployment job configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
vexx32 committed Mar 12, 2020
1 parent b611a31 commit 1e9a541
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,12 +208,10 @@ stages:
GalleryDeploymentPath: '$(System.DefaultWorkingDirectory)/Deploy/PSGallery'
strategy:
runOnce:
preDeploy:
deploy:
steps:
- checkout: self
- template: templates/environment-setup.yml
deploy:
steps:
- task: DownloadPipelineArtifact@2
displayName: 'Download Built Module Artifact'
inputs:
Expand Down

0 comments on commit 1e9a541

Please sign in to comment.