Skip to content

chore: Add Feature branches setup and conventional commits validation #541

chore: Add Feature branches setup and conventional commits validation

chore: Add Feature branches setup and conventional commits validation #541

steps:
- task: UseDotNet@2
displayName: 'Conventional Commits Validation'
- checkout: self
clean: true
- bash: |
curl -L -O https://github.com/aevea/commitsar/releases/download/v0.16.0/commitsar_0.16.0_Linux_x86_64.tar.gz
tar -xzf commitsar_0.16.0_Linux_x86_64.tar.gz
./commitsar
condition: ne(variables['System.PullRequest.PullRequestNumber'], '')