From fc5610a873b9610c9c13d50b87411cfb61029866 Mon Sep 17 00:00:00 2001 From: Leonardo Emanuele Date: Tue, 12 Mar 2024 10:20:59 +0100 Subject: [PATCH] testfix build --- .github/workflows/build-publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-publish.yml b/.github/workflows/build-publish.yml index cd705cef..85440484 100644 --- a/.github/workflows/build-publish.yml +++ b/.github/workflows/build-publish.yml @@ -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' }}