Skip to content

Commit

Permalink
testfix build
Browse files Browse the repository at this point in the history
  • Loading branch information
manups4e committed Mar 12, 2024
1 parent 6e9478e commit fc5610a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ jobs:
run: dotnet restore

- name: Dotnet - Build
run: dotnet build -c "Release ${{ matrix.client }}" --no-restore
run: dotnet build -c "Release" --no-restore

- name: Dotnet - Test
run: dotnet test -c "Release ${{ matrix.client }}" --no-restore
run: dotnet test -c "Release" --no-restore

- name: Dotnet - Pack
run: dotnet pack -c "Release ${{ matrix.client }}" --no-restore
run: dotnet pack -c "Release" --no-restore

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

0 comments on commit fc5610a

Please sign in to comment.