Skip to content

Commit

Permalink
Using suggested approach from aspire team
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpowell committed Jul 11, 2024
1 parent ae160bc commit d77ecbd
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,12 @@ jobs:
run: dotnet workload install aspire
- name: Setup .NET dev certs
run: |
mkdir $RUNNER_TEMP/devcert-scripts
cd $RUNNER_TEMP/devcert-scripts
wget https://raw.githubusercontent.com/BorisWilhelms/create-dotnet-devcert/main/scripts/ubuntu-create-dotnet-devcert.sh
wget https://raw.githubusercontent.com/BorisWilhelms/create-dotnet-devcert/main/scripts/common.sh
chmod +x ubuntu-create-dotnet-devcert.sh
./ubuntu-create-dotnet-devcert.sh
dotnet tool update -g linux-dev-certs
dotnet linux-dev-certs install
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal

0 comments on commit d77ecbd

Please sign in to comment.