Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
svrooij committed Jun 12, 2024
2 parents 4505e36 + 2ac2476 commit e856a67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/get-started-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ jobs:
dotnet-version: 8.x

- name: Restore dependencies dotnet-dependency-injection
run: dotnet restore
run: dotnet restore ./dotnet-dependency-injection.sln
working-directory: get-started/dotnet-dependency-injection/
- name: Build dotnet-dependency-injection
run: dotnet build --no-restore
run: dotnet build ./dotnet-dependency-injection.sln --no-restore
working-directory: get-started/dotnet-dependency-injection/

build-quickstart-dotnet:
Expand Down

0 comments on commit e856a67

Please sign in to comment.