Skip to content

Commit

Permalink
Use AElf.All.sln in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenportkey committed Sep 17, 2024
1 parent 6507d3c commit a9139ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
fi
- name: Build project
run: dotnet build AElf.sln --configuration Release /p:Version=$VERSION /p:Platform="Any CPU"
run: dotnet build AElf.All.sln --configuration Release /p:Version=$VERSION /p:Platform="Any CPU"

- name: Pack
run: dotnet pack AElf.sln --configuration Release --output nupkgs /p:Version=$VERSION /p:Platform="Any CPU"
run: dotnet pack AElf.All.sln --configuration Release --output nupkgs /p:Version=$VERSION /p:Platform="Any CPU"

- name: Publish NuGet packages
uses: dansiegel/[email protected]
Expand Down

0 comments on commit a9139ae

Please sign in to comment.