Добавить публикацию пакета моделей в .yaml
All checks were successful
Unit tests / test (push) Successful in 2m7s
All checks were successful
Unit tests / test (push) Successful in 2m7s
This commit is contained in:
parent
6d287e4b27
commit
4b8b0d73a9
@ -45,5 +45,7 @@ jobs:
|
||||
run: dotnet test DD.Persistence.Test --no-build
|
||||
- name: Pack Persistence Client
|
||||
run: dotnet pack DD.Persistence.Client/DD.Persistence.Client.csproj -c Debug -o ./artifacts
|
||||
- name: Publish Persistence Client Package
|
||||
run: dotnet nuget push ./artifacts/DD.Persistence.Client.*.nupkg --source gitea --skip-duplicate
|
||||
- name: Pack Persistence Models
|
||||
run: dotnet pack DD.Persistence.Models/DD.Persistence.Models.csproj -c Debug -o ./artifacts
|
||||
- name: Publish Persistence Models Package
|
||||
run: dotnet nuget push ./artifacts/DD.Persistence.Models.*.nupkg --source gitea --skip-duplicate
|
||||
|
Loading…
Reference in New Issue
Block a user