[WORKFLOW] Updated gitea instance url & added packing for logging libs
All checks were successful
Build C# Library / build (push) Successful in 1m17s
All checks were successful
Build C# Library / build (push) Successful in 1m17s
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user