Skip to content

Commit

Permalink
Add the aelf.testbase project temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
chopin-fan committed Jan 20, 2025
1 parent f08c48b commit d70710b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/deploy_nuget.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ TAG=$1
NUGET_API_KEY=$2
VERSION=`echo ${TAG} | cut -b 2-`

src_path=src
src_path=test
contract_path=contract
build_output=/tmp/aelf-build

Expand Down
7 changes: 6 additions & 1 deletion test/AElf.TestBase/AElf.TestBase.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<IsPackable>false</IsPackable>
<IsPackable>true</IsPackable>
<Configuration>Release</Configuration>
<OutputPath>/tmp/aelf-build</OutputPath>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.12.0</Version>
<PackageId>AElf.TestBase</PackageId>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\AElf.Core\AElf.Core.csproj" />
Expand Down

0 comments on commit d70710b

Please sign in to comment.