Skip to content

Commit

Permalink
Remove Aspire workload references in README and CI (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
captainsafia authored Oct 21, 2024
1 parent 273758d commit 09b64f6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:
- uses: actions/setup-dotnet@v4
with:
global-json-file: global.json
- name: Install Aspire
run: |
dotnet workload update
dotnet workload install aspire
- uses: actions/setup-node@v4
with:
node-version: lts/*
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:
- uses: actions/checkout@v4
- name: Setup .NET (global.json)
uses: actions/setup-dotnet@v3
- name: Update Workloads
run: dotnet workload update
- name: Install Workloads
run: dotnet workload install aspire
- name: Build
run: dotnet build eShop.Web.slnf
- name: Test
Expand Down
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,7 @@ Or
- From Dev Home go to `Machine Configuration -> Clone repositories`. Enter the URL for this repository. In the confirmation screen look for the section `Configuration File Detected` and click `Run File`.

#### Mac, Linux, & Windows without Visual Studio
- Install the latest [.NET 9 RC 1 SDK](https://dot.net/download?cid=eshop)
- Install the [.NET Aspire workload](https://learn.microsoft.com/dotnet/aspire/fundamentals/setup-tooling?tabs=dotnet-cli%2Cunix#install-net-aspire) with the following commands:
```powershell
dotnet workload update
dotnet workload install aspire
dotnet restore eShop.Web.slnf
```
- Install the latest [.NET 9 RC 2 SDK](https://dot.net/download?cid=eshop)

Or

Expand Down

0 comments on commit 09b64f6

Please sign in to comment.