Skip to content

Commit d38683f

Browse files
committed
Remove publish config in main and side project
1 parent d594e53 commit d38683f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/AElf.Blockchains.MainChain/AElf.Blockchains.MainChain.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
<!--Conflict with genesis contract-->
66
<NoWarn>0436</NoWarn>
77
<Description>Main module for a mainchain node.</Description>
8-
<Configuration>Release</Configuration>
9-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
108
</PropertyGroup>
119
<ItemGroup>
1210
<ProjectReference Include="..\AElf.Blockchains.BasicBaseChain\AElf.Blockchains.BasicBaseChain.csproj" />

src/AElf.Blockchains.SideChain/AElf.Blockchains.SideChain.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
55
<Description>Main module for a sidechain node.</Description>
6-
<Configuration>Release</Configuration>
7-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
86
</PropertyGroup>
97
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
108
<NoWarn>1701;1702</NoWarn>

0 commit comments

Comments
 (0)