Changed dotnet pack verbosity level
Some checks failed
Build and publish MycroForge.CLI / test (push) Failing after 49s
Test MycroForge.CLI / test (push) Has been skipped

This commit is contained in:
mdnapo 2024-10-06 14:06:36 +02:00
parent 9b339c738e
commit d59bf264b0

View File

@ -14,7 +14,7 @@ jobs:
- name: "Build and publish NuGet package"
run: |
# Build the NuGet package
cd MycroForge.CLI && dotnet pack -v d
cd MycroForge.CLI && dotnet pack -v m
# Add the NuGet source
dotnet nuget add source --name devdisciples \