Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shargon authored Feb 21, 2024
1 parent 839235a commit ff939af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ jobs:
--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 }}
dotnet build ./neo --version-suffix ${{ env.VERSION_SUFFIX_NEO }}
- name : Build (Neo.SmartContract.Testing)
run: |
dotnet build ./src/Neo.SmartContract.Testing -f net7.0
Expand Down

0 comments on commit ff939af

Please sign in to comment.