Skip to content

Commit 7d702a6

Browse files
Update azure-dev.yml (#403)
Removing the old azd container because it is deprecated. Azure/azure-dev#5490 cc: @danieljurek --------- Co-authored-by: Daniel Jurek <[email protected]>
1 parent b2d5ea7 commit 7d702a6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/azure-dev.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,15 @@ env:
4242
jobs:
4343
build:
4444
runs-on: ubuntu-latest
45-
container:
46-
image: mcr.microsoft.com/azure-dev-cli-apps:latest
4745

4846
steps:
47+
- name: Checkout
48+
4949
- name: Checkout
5050
uses: actions/checkout@v3
51+
52+
- name: Install azd
53+
uses: Azure/setup-azd@v2
5154

5255
- name: 'Print manual run reason'
5356
if: ${{ github.event_name == 'workflow_dispatch' }}

0 commit comments

Comments
 (0)