Skip to content

Commit 6b9af52

Browse files
committed
fix: ajustando build
1 parent 9772c9a commit 6b9af52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: dotnet restore --no-cache
2525

2626
- name: Build
27-
run: dotnet build --configuration Release --no-restore --project ./src/Usuarios.Api.slnx
27+
run: dotnet build --configuration Release --no-restore --project ./src/Usuarios.Api/Usuarios.Api.csproj
2828

2929
- name: Test
3030
run: dotnet test --configuration Release --no-build --logger "trx;LogFileName=test-results.trx"

0 commit comments

Comments
 (0)