diff --git a/code/portaloggy.Tester/Program.cs b/code/portaloggy.Tester/Program.cs index 990d6cf..e62f1a1 100644 --- a/code/portaloggy.Tester/Program.cs +++ b/code/portaloggy.Tester/Program.cs @@ -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 } } } \ No newline at end of file diff --git a/code/portaloggy.sln b/code/portaloggy.sln index 9936045..1b27a6a 100644 --- a/code/portaloggy.sln +++ b/code/portaloggy.sln @@ -7,6 +7,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "portaloggy", "portaloggy\po EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "portaloggy.Tester", "portaloggy.Tester\portaloggy.Tester.csproj", "{4BE8310F-EC55-443C-A5AF-3C2D065E314C}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}" + ProjectSection(SolutionItems) = preProject + ..\.gitea\workflows\publish-nuget.yml = ..\.gitea\workflows\publish-nuget.yml + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU