Skip to content

Commit

Permalink
finished
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeloSans committed Jul 8, 2024
1 parent ecfc1b5 commit 21b7b0e
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,7 @@ jobs:
- name: Restore dependencies for XPhone.Api
run: dotnet restore ./XPhone/XPhone.Api/XPhone.Api.csproj

- name: Restore dependencies for XPhone.Application
run: dotnet restore ./XPhone/XPhone.Application/XPhone.Application.csproj

- name: Restore dependencies for XPhone.Domain
run: dotnet restore ./XPhone/XPhone.Domain/XPhone.Domain.csproj

- name: Restore dependencies for XPhone.Infrastructure
run: dotnet restore ./XPhone/XPhone.Infrastructure/XPhone.Infra.csproj

- name: Restore dependencies for XPhone.Tests
run: dotnet restore ./XPhone/XPhone.Tests/XPhone.Tests.csproj


- name: Build XPhone.Api
run: dotnet build ./XPhone/XPhone.Api/XPhone.Api.csproj --no-restore
Expand Down

0 comments on commit 21b7b0e

Please sign in to comment.