File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed
Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ for /R "nuget_pub" %%s in (*) do (
1111)
1212
1313:: Core
14- dotnet pack src/Bing.Core -c Release -o nuget_pub
14+ dotnet pack src/Bing.Core -c Release -o nuget_pub
1515dotnet pack src/Bing.AspNetCore.Abstractions -c Release -o nuget_pub
1616dotnet pack src/Bing.AspNetCore -c Release -o nuget_pub
1717dotnet pack src/Bing.ExceptionHandling -c Release -o nuget_pub
@@ -92,8 +92,6 @@ dotnet pack src/Bing.MiniProfiler -c Release -o nuget_pub
9292dotnet pack src/Bing.Locks.CSRedis -c Release -o nuget_pub
9393dotnet pack src/Bing.Extensions.SkyApm.Diagnostics.Sql -c Release -o nuget_pub
9494
95- dotnet pack src/Bing.Events.Cap.MySql -c Release -o nuget_pub
96-
9795for /R " nuget_pub" %%s in (*symbols.nupkg) do (
9896 del %%s
9997)
Original file line number Diff line number Diff line change 22 <ItemGroup >
33 <ProjectReference Include =" ..\Bing.Data.Sql\Bing.Data.Sql.csproj" />
44 <ProjectReference Include =" ..\Bing.Ddd.Domain\Bing.Ddd.Domain.csproj" />
5- <ProjectReference Include =" ..\Bing.Logs\Bing.Logs.csproj" />
65 </ItemGroup >
76</Project >
Original file line number Diff line number Diff line change 55 <VersionPatch >0</VersionPatch >
66 <VersionQuality >20250319-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