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 (
11
11
)
12
12
13
13
:: Core
14
- dotnet pack src/Bing.Core -c Release -o nuget_pub
14
+ dotnet pack src/Bing.Core -c Release -o nuget_pub
15
15
dotnet pack src/Bing.AspNetCore.Abstractions -c Release -o nuget_pub
16
16
dotnet pack src/Bing.AspNetCore -c Release -o nuget_pub
17
17
dotnet pack src/Bing.ExceptionHandling -c Release -o nuget_pub
@@ -92,8 +92,6 @@ dotnet pack src/Bing.MiniProfiler -c Release -o nuget_pub
92
92
dotnet pack src/Bing.Locks.CSRedis -c Release -o nuget_pub
93
93
dotnet pack src/Bing.Extensions.SkyApm.Diagnostics.Sql -c Release -o nuget_pub
94
94
95
- dotnet pack src/Bing.Events.Cap.MySql -c Release -o nuget_pub
96
-
97
95
for /R " nuget_pub" %%s in (*symbols.nupkg) do (
98
96
del %%s
99
97
)
Original file line number Diff line number Diff line change 2
2
<ItemGroup >
3
3
<ProjectReference Include =" ..\Bing.Data.Sql\Bing.Data.Sql.csproj" />
4
4
<ProjectReference Include =" ..\Bing.Ddd.Domain\Bing.Ddd.Domain.csproj" />
5
- <ProjectReference Include =" ..\Bing.Logs\Bing.Logs.csproj" />
6
5
</ItemGroup >
7
6
</Project >
Original file line number Diff line number Diff line change 5
5
<VersionPatch >0</VersionPatch >
6
6
<VersionQuality >20250319-1</VersionQuality >
7
7
<VersionPrefix >$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix >
8
- <VersionSuffix >preview-$(VersionQuality)</VersionSuffix >
8
+ <!-- < VersionSuffix>preview-$(VersionQuality)</VersionSuffix> -- >
9
9
</PropertyGroup >
10
10
</Project >
You can’t perform that action at this time.
0 commit comments