Pamela Fox commited on
Commit
8cd8b4a
·
unverified ·
2 Parent(s): 833afac 14d88bd

Merge pull request #43 from pamelafox/pamelafox-patch-1

Browse files
Files changed (1) hide show
  1. .github/workflows/azure-dev.yaml +3 -2
.github/workflows/azure-dev.yaml CHANGED
@@ -13,8 +13,6 @@ permissions:
13
  jobs:
14
  build:
15
  runs-on: ubuntu-latest
16
- container:
17
- image: mcr.microsoft.com/azure-dev-cli-apps:latest
18
  env:
19
  AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
20
  AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
@@ -24,6 +22,9 @@ jobs:
24
  - name: Checkout
25
  uses: actions/checkout@v2
26
 
 
 
 
27
  - name: Log in with Azure (Federated Credentials)
28
  if: ${{ env.AZURE_CLIENT_ID != '' }}
29
  run: |
 
13
  jobs:
14
  build:
15
  runs-on: ubuntu-latest
 
 
16
  env:
17
  AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
18
  AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
 
22
  - name: Checkout
23
  uses: actions/checkout@v2
24
 
25
+ - name: Install azd
26
+ uses: Azure/[email protected]
27
+
28
  - name: Log in with Azure (Federated Credentials)
29
  if: ${{ env.AZURE_CLIENT_ID != '' }}
30
  run: |