Removed obsolete comment and solution file added to reference the build steps.
Some checks failed
Pack and Push NuGet Package / publish (push) Failing after 45s

This commit is contained in:
2025-07-01 19:45:48 +02:00
parent 44e41a183b
commit c29513079f
2 changed files with 5 additions and 2 deletions

View File

@ -12,8 +12,6 @@
logger.Error("This is an error with exception.", new ArgumentException("Exception message."));
logger.Debug("This is a debug message.");
logger.Trace("This is a trace message.");
// dotnet nuget push "C:\Git\portaloggy\code\portaloggy\bin\Debug\portaloggy.1.0.2.nupkg" -s https://bagetter.masita.net/v3/index.json -k nikdysenebavtespolicii
}
}
}