Skip to content

Commit

Permalink
Merge pull request #11 from yongenaelf/feature/acs
Browse files Browse the repository at this point in the history
fix: add comments
  • Loading branch information
ymlalf authored Feb 12, 2024
2 parents a3a595a + 1da2dd2 commit 999607d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .devcontainer/aelf-contract-templates/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,15 @@ AELF_TOOLS_TARGET_PATH=/aelf-tools
git clone -b $AELF_TOOLS_BRANCH https://github.com/AElfProject/aelf-developer-tools.git $HOME$AELF_TOOLS_TARGET_PATH
dotnet pack -c Release -o $HOME $HOME$AELF_TOOLS_TARGET_PATH/aelf.tools/AElf.Tools -p:Version=$AELF_TOOLS_VERSION
dotnet nuget push $HOME/AElf.Tools.1.0.5.nupkg -s LocalNuget
echo "AElf.Tools 1.0.5 deployed"

CONTRACT_TEMPLATE_VERSION=1.0.0
CONTRACT_TEMPLATE_BRANCH=feature/acs-template
CONTRACT_TEMPLATE_TARGET_PATH=/aelf-template
git clone -b $CONTRACT_TEMPLATE_BRANCH https://github.com/AElfProject/aelf-developer-tools.git $HOME$CONTRACT_TEMPLATE_TARGET_PATH
dotnet pack -c Release -o $HOME $HOME$CONTRACT_TEMPLATE_TARGET_PATH/templates -p:Version=$CONTRACT_TEMPLATE_VERSION
dotnet nuget push $HOME/AElf.ContractTemplates.1.0.0.nupkg -s LocalNuget
echo "AElf.ContractTemplates 1.0.0 deployed"

if [ $VERSION = "latest" ]; then
dotnet new --install AElf.ContractTemplates
Expand Down

0 comments on commit 999607d

Please sign in to comment.