Skip to content

Commit

Permalink
Remove publish config in main and side project
Browse files Browse the repository at this point in the history
  • Loading branch information
chopin-fan committed Dec 12, 2024
1 parent d594e53 commit d38683f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
<!--Conflict with genesis contract-->
<NoWarn>0436</NoWarn>
<Description>Main module for a mainchain node.</Description>
<Configuration>Release</Configuration>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\AElf.Blockchains.BasicBaseChain\AElf.Blockchains.BasicBaseChain.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Description>Main module for a sidechain node.</Description>
<Configuration>Release</Configuration>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<NoWarn>1701;1702</NoWarn>
Expand Down

0 comments on commit d38683f

Please sign in to comment.