Skip to content

Commit

Permalink
chore: Install .NET Aspire as part of CI run
Browse files Browse the repository at this point in the history
Signed-off-by: Thorsten Hans <[email protected]>
  • Loading branch information
ThorstenHans committed May 28, 2024
1 parent b82b761 commit 8bf39b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
- name: Build Aspire.Hosting.Spin
run: dotnet build --configuration Release
working-directory: ./Aspire.Hosting.Spin
- name: Install .NET Aspire Workload
run: dotnet workload install aspire
- name: Build Sample Application
run: dotnet build --configuration Release
working-directory: ./example/host

0 comments on commit 8bf39b1

Please sign in to comment.