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 21b7b0e commit 44e99a4
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,8 @@ jobs:
- name: Restore dependencies for XPhone.Api
run: dotnet restore ./XPhone/XPhone.Api/XPhone.Api.csproj



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

- name: Build XPhone.Application
run: dotnet build ./XPhone/XPhone.Application/XPhone.Application.csproj --no-restore

- name: Build XPhone.Domain
run: dotnet build ./XPhone/XPhone.Domain/XPhone.Domain.csproj --no-restore

- name: Build XPhone.Infrastructure
run: dotnet build ./XPhone/XPhone.Infrastructure/XPhone.Infra.csproj --no-restore

- name: Build XPhone.Tests
run: dotnet build ./XPhone/XPhone.Tests/XPhone.Tests.csproj --no-restore

- name: Test
run: dotnet test ./XPhone/XPhone.Tests/XPhone.Tests.csproj --no-build --verbosity normal

0 comments on commit 44e99a4

Please sign in to comment.