Skip to content

Instantly share code, notes, and snippets.

@jpboyce
Created September 14, 2022 02:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpboyce/b5aa1309afc4f4ac289fb6766ef47c71 to your computer and use it in GitHub Desktop.
Save jpboyce/b5aa1309afc4f4ac289fb6766ef47c71 to your computer and use it in GitHub Desktop.
- task: AzureCLI@2
displayName: 'Linter Test'
inputs:
azureSubscription: $(azureServiceConnection)
scriptType: pscore
scriptLocation: inlineScript
inlineScript: |
az bicep build -f main.bicep
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment