Skip to content

Commit

Permalink
Update net80-eshop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubakimoto authored Feb 12, 2024
1 parent 09a9cc1 commit 010eb02
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/net80-eshop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
- name: Build
- name: Setup workload
run: |
dotnet build --project src/eShop.AppHost/eShop.AppHost.csproj
dotnet workload update
dotnet workload install aspire
- name: Restore
run: |
dotnet restore eShop.Web.slnf
# - name: Build
# run: |
# dotnet build --project src/eShop.AppHost/eShop.AppHost.csproj

0 comments on commit 010eb02

Please sign in to comment.