Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rwilson504 authored Sep 17, 2020
1 parent e5f63ad commit dce8483
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ steps:
Rename-Item -Path "$(Build.ArtifactStagingDirectory)/ControlPicker_managed.zip" -NewName "ColorPicker_managed.zip"
displayName: 'Rename Control Picker to Color Picker'

- powershell: |
- powershell: |
Rename-Item -Path "$(Build.ArtifactStagingDirectory)/ControlPicker.zip" -NewName "ColorPicker.zip"
displayName: 'Rename Control Picker to Color Picker'

Expand Down Expand Up @@ -173,4 +173,4 @@ steps:
tag: '$(Build.BuildNumber)'
title: '$(Build.BuildNumber)'
changeLogCompareToRelease: 'lastFullRelease'
changeLogType: 'commitBased'
changeLogType: 'commitBased'

0 comments on commit dce8483

Please sign in to comment.