[WORKFLOW] Updated gitea instance url & added packing for logging libs
This commit is contained in:
parent
525d82ca27
commit
e4690dfe22
1 changed files with 8 additions and 2 deletions
|
|
@ -26,9 +26,15 @@ jobs:
|
|||
- name: Build library
|
||||
run: dotnet build --configuration Release
|
||||
|
||||
- name: Pack
|
||||
- name: Pack DotBased
|
||||
run: dotnet pack ./DotBased/DotBased.csproj --configuration Release -o ./artifacts
|
||||
|
||||
- name: Pack DotBased.Logging.MEL
|
||||
run: dotnet pack ./DotBased.Logging.MEL/DotBased.Logging.MEL.csproj --configuration Release -o ./artifacts
|
||||
|
||||
- name: Pack DotBased.Logging.Serilog
|
||||
run: dotnet pack ./DotBased.Logging.Serilog/DotBased.Logging.Serilog.csproj --configuration Release -o ./artifacts
|
||||
|
||||
- name: Publish library to Gitea NuGet
|
||||
run: |
|
||||
dotnet nuget add source \
|
||||
|
|
@ -36,7 +42,7 @@ jobs:
|
|||
--password $GITEA_TOKEN \
|
||||
--store-password-in-clear-text \
|
||||
--name gitea \
|
||||
https://gitea.netzbyte.com/api/packages/$GITEA_USER/nuget/index.json
|
||||
https://git.netzbyte.com/api/packages/$GITEA_USER/nuget/index.json
|
||||
|
||||
dotnet nuget push ./artifacts/*.nupkg --source gitea --skip-duplicate
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue