Remove pipeline variables section from azure.yaml and update to azd 1.17.0+ #171
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Validate bicep scripts | |
| on: | |
| workflow_dispatch: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| branches: | |
| - main | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v4 | |
| - name: Azure CLI script | |
| uses: azure/CLI@v2 | |
| with: | |
| inlineScript: az config set bicep.use_binary_from_path=false && az bicep build -f infra/main.bicep |