From 3bc64a4f83c1995a6b5e5b5c10ea7766ff8bebea Mon Sep 17 00:00:00 2001 From: nikiforovall Date: Sun, 2 Jun 2024 08:45:14 +0300 Subject: [PATCH] Add aspire workload --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 65879446..fed02a66 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,6 +37,8 @@ jobs: uses: actions/setup-dotnet@v1 with: dotnet-version: 8.0.204 + - name: Install .NET Aspire workload + run: dotnet workload install aspire - name: "Dotnet Tool Restore" run: dotnet tool restore shell: pwsh