Skip to content

Commit

Permalink
Update main.yml (#927)
Browse files Browse the repository at this point in the history
  • Loading branch information
shargon authored Feb 21, 2024
1 parent 198c3e0 commit 04364bc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,14 @@ jobs:
dotnet build ./neo --version-suffix ${{ env.VERSION_SUFFIX_NEO }}
- name : Build (Neo.SmartContract.Testing)
run: |
dotnet build ./src/Neo.SmartContract.Testing -f net7.0
dotnet build ./src/Neo.SmartContract.Testing -f netstandard2.1
dotnet build ./src/Neo.SmartContract.Testing --no-dependencies --version-suffix ${{ env.VERSION_SUFFIX }} -f net7.0
dotnet build ./src/Neo.SmartContract.Testing --no-dependencies --version-suffix ${{ env.VERSION_SUFFIX }} -f netstandard2.1
- name : Pack (Neo.SmartContract.Testing)
run: |
dotnet pack ./src/Neo.SmartContract.Testing \
--no-build \
--configuration Debug \
--output ./out \
--version-suffix ${{ env.VERSION_SUFFIX }}
--output ./out
- name: Publish to Github Packages
working-directory: ./out
run: |
Expand Down

0 comments on commit 04364bc

Please sign in to comment.