# Lint bicep
- script: |
az bicep build -f src\main.bicep
- task: DotNetCoreCLI@2
displayName: 'dotnet format'
inputs:
command: 'custom'
projects: '<solutionpath>'
custom: 'format'
arguments: '--no-restore --verify-no-changes'
While using classic pipelines, ensure the artifact name does not contain spaces by configuring an alias for it