From 244e0e031142ac6b15cda8684549c090f8ec92d1 Mon Sep 17 00:00:00 2001 From: Twinki Date: Sun, 31 Dec 2023 17:30:00 -0500 Subject: [PATCH] Update build-publish.yaml --- .github/workflows/build-publish.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-publish.yaml b/.github/workflows/build-publish.yaml index 900d2d8..f1ebab9 100644 --- a/.github/workflows/build-publish.yaml +++ b/.github/workflows/build-publish.yaml @@ -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' }}