File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,11 @@ dotnet pack src/Bing.Logs.Log4Net -c Release -o nuget_pub
2424dotnet pack src/Bing.Logs.NLog -c Release -o nuget_pub
2525dotnet pack src/Bing.Logs.Serilog -c Release -o nuget_pub
2626
27+ :: Logging
28+ dotnet pack src/Bing.Logging -c Release -o nuget_pub
29+ dotnet pack src/Bing.Logging.Serilog -c Release -o nuget_pub
30+ dotnet pack src/Bing.Logging.Sinks.Exceptionless -c Release -o nuget_pub
31+
2732:: Data
2833dotnet pack src/Bing.Data -c Release -o nuget_pub
2934dotnet pack src/Bing.Data.Sql -c Release -o nuget_pub
Original file line number Diff line number Diff line change 55 <VersionPatch >0</VersionPatch >
66 <VersionQuality >20220104-1</VersionQuality >
77 <VersionPrefix >$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix >
8- <VersionSuffix >preview-$(VersionQuality)</VersionSuffix >
8+ <!-- < VersionSuffix>preview-$(VersionQuality)</VersionSuffix> -- >
99 </PropertyGroup >
1010</Project >
You can’t perform that action at this time.
0 commit comments