Skip to content

Commit

Permalink
Fixed the wrong indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
sima-zhu committed Sep 14, 2020
1 parent f3411ed commit 1319f00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ stages:

- ${{ each artifact in parameters.Artifacts }}:
- ${{if ne(artifact.skipPublishDevFeed, 'true')}}:
- pwsh: |
- pwsh: |
Get-ChildItem $(Pipeline.Workspace)/${{parameters.ArtifactName}}
New-Item -Type Directory -Name ${{artifact.safeName}} -Path $(Pipeline.Workspace)
$underscorePrefix = "${{artifact.name}}"
Expand Down

0 comments on commit 1319f00

Please sign in to comment.