diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7ccefe846..9dc1dd2ea 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -86,8 +86,10 @@ jobs: with: dotnet-version: ${{ env.DOTNET_VERSION }} - - name: Set Version + - name: Set Version (dev-pack) run: git rev-list --count HEAD | xargs printf 'CI%05d' | xargs -I{} echo 'VERSION_SUFFIX={}' >> $GITHUB_ENV + - name: Set Version (Neo) + run: git --git-dir=./neo/.git rev-list --count HEAD | xargs printf 'CI%05d' | xargs -I{} echo 'VERSION_SUFFIX_NEO={}' >> $GITHUB_ENV - name : Pack (Neo.SmartContract.Framework) run: | @@ -95,6 +97,10 @@ jobs: --configuration Debug \ --output ./out \ --version-suffix ${{ env.VERSION_SUFFIX }} + - name : Build (Neo) + run: | + dotnet build ./neo -f net7.0 --version-suffix ${{ env.VERSION_SUFFIX_NEO }} + dotnet build ./neo -f netstandard2.1 --version-suffix ${{ env.VERSION_SUFFIX_NEO }} - name : Build (Neo.SmartContract.Testing) run: | dotnet build ./src/Neo.SmartContract.Testing -f net7.0 diff --git a/neo b/neo index 3f002a657..febcc2153 160000 --- a/neo +++ b/neo @@ -1 +1 @@ -Subproject commit 3f002a657bd7272f551eb6d4eafa5552cf0ac88a +Subproject commit febcc2153ccf83ca8118a72ede4d5f05ce8b67ea