Skip to content

Commit

Permalink
corrected the identation in the variables
Browse files Browse the repository at this point in the history
  • Loading branch information
danieeis authored and nickrandolph committed Apr 25, 2021
1 parent 62f64f3 commit d2ae6ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure/stages/deploy-appcenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,10 @@ stages:
- name: application_fullpath
value: '$(Pipeline.Workspace)/${{ parameters.artifact_name }}/${{ parameters.artifact_folder }}/${{ parameters.application_package }}'
- name: release_notes_fullpath
${{ if eq(parameters.appcenter_release_notes_source, 'artifact') }}:
value: '$(Pipeline.Workspace)/${{ parameters.artifact_name }}/${{ parameters.artifact_folder }}/${{ parameters.appcenter_release_notes_file }}'
${{ if eq(parameters.appcenter_release_notes_source, 'source_control') }}:
value: '$(Build.SourcesDirectory)/${{ parameters.appcenter_release_notes_file }}'
${{ if eq(parameters.appcenter_release_notes_source, 'artifact') }}:
value: '$(Pipeline.Workspace)/${{ parameters.artifact_name }}/${{ parameters.artifact_folder }}/${{ parameters.appcenter_release_notes_file }}'
${{ if eq(parameters.appcenter_release_notes_source, 'source_control') }}:
value: '$(Build.SourcesDirectory)/${{ parameters.appcenter_release_notes_file }}'

pool:
vmImage: 'windows-latest'
Expand Down

0 comments on commit d2ae6ac

Please sign in to comment.