Skip to content

Commit

Permalink
Update build-publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Twinki14 committed Dec 31, 2023
1 parent 4a25560 commit 244e0e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,15 @@ jobs:

- name: Dotnet - Build
run: dotnet build -c Release --no-restore
working-directory: src

- name: Dotnet - Test
run: dotnet test -c Release --no-restore
working-directory: src

- name: Dotnet - Pack
run: dotnet pack -c Release --no-restore
working-directory: src

# - name: Publish - NuGet
# if: ${{ env.is-tag == 'true' }}
Expand Down

0 comments on commit 244e0e0

Please sign in to comment.