Skip to content

Commit

Permalink
remove contract
Browse files Browse the repository at this point in the history
  • Loading branch information
chopin-fan committed Jan 20, 2025
1 parent d70710b commit 8b03d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy_nuget.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fi

dotnet restore AElf.All.sln

for path in ${src_path} ${contract_path} ;
for path in ${src_path};
do
cd ${path}
echo '---- build '${path}
Expand Down

0 comments on commit 8b03d75

Please sign in to comment.