Skip to content

Commit

Permalink
update devpack
Browse files Browse the repository at this point in the history
  • Loading branch information
vncoelho committed May 21, 2024
1 parent a6824e8 commit 523d6b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ fi
#Building all available version of compilers
if (($BUILD_ALL_CSHARP)); then
echo "BUILDING all C# compilers"
(cd compilers/docker-compiler-csharp; ./docker_build_list_of_compilers.sh)
(cd compilers/docker-compiler-csharp; ./list_of_compilers_docker_build.sh)
else
echo "SKIPING build of all C# Compilers";
fi
#================================================
#================================================
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
#https://github.com/neo-project/neo-devpack-dotnet/commits/master
COMPILER_VERSION=v3.7.1
COMPILER_COMMIT_DEVPACK=b65b43f7d39687549ee22d33c1898c809d281ea9
COMPILER_VERSION=v3.7.4
COMPILER_COMMIT_DEVPACK=0b6b19a9937657ff4fc93a3ef0452eb3c8e848ee
REPO_DEVPACK=https://github.com/neo-project/neo-devpack-dotnet.git
BRANCH_DEVPACK=master

Expand Down

0 comments on commit 523d6b0

Please sign in to comment.