Skip to content

Commit

Permalink
Build dolly before packing
Browse files Browse the repository at this point in the history
  • Loading branch information
AnderssonPeter committed Dec 5, 2024
1 parent 28ea6aa commit b40f4a4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ jobs:
run: dotnet restore --verbosity normal --locked-mode

- name: Build
run: dotnet pack Dolly --configuration Release --no-restore /property:Version=${{ github.event.release.tag_name }}
run: dotnet build Dolly --configuration Release --no-restore /property:Version=${{ github.event.release.tag_name }}

- name: Pack
run: dotnet pack Dolly --configuration Release --no-restore --no-build /property:Version=${{ github.event.release.tag_name }}

- name: NuGet Packages Artifacts
uses: actions/[email protected]
Expand Down

0 comments on commit b40f4a4

Please sign in to comment.