Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jongalloway authored Jun 13, 2024
1 parent 15752ba commit 022cf99
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
jobs:
build:

name: Build All Projects
name: Build Projects
runs-on: ubuntu-latest

strategy:
Expand All @@ -38,5 +38,7 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Install .NET Aspire workload
run: dotnet workload install aspire
- name: Build ${{ matrix.project }}
run: dotnet build "${{ matrix.project }}/MyWeatherHub.sln"

0 comments on commit 022cf99

Please sign in to comment.