Skip to content

Commit

Permalink
Update azure-pipeline.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
mnelli19 committed Jul 26, 2021
1 parent 3bd63dd commit ca9e67f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion azure-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ stages:
echo $(versionCounter)
echo 'commit message: $(Build.SourceVersionMessage)'
echo '##vso[task.setvariable variable=message]$(Build.SourceVersionMessage)'
${{ if contains(variables['Build.SourceVersionMessage'],'#build-release') }}:
if [[ $(Build.SourceVersionMessage) == *"#build-release"* ]]; then
echo '##vso[task.setvariable variable=build]true'
echo '##vso[task.setvariable variable=release]true'
Expand Down

0 comments on commit ca9e67f

Please sign in to comment.