Skip to content

Commit

Permalink
Update azure-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
spboyer authored May 20, 2024
1 parent f5efdd8 commit 162a8ce
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/azure-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@ jobs:

- name: Install azd
uses: Azure/[email protected]


- name: Install .NET SDK from global.json
uses: actions/setup-dotnet@v4
with:
global-json-file: global.json

- name: Install .NET Aspire workload
run: dotnet workload install aspire

Expand Down

0 comments on commit 162a8ce

Please sign in to comment.