From f9a04ab1fe8cc6083b8266613a2253a45dba76e3 Mon Sep 17 00:00:00 2001 From: kyle079 <57502806+kyle079@users.noreply.github.com> Date: Mon, 5 Feb 2024 17:14:01 -0500 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fbff194..ebb6b4e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,7 +29,7 @@ jobs: working-directory: ./RDSServiceClient - name: Pack client - run: dotnet pack --configuration Release --no-build --output ../nupkgs + run: dotnet pack --configuration Release --no-build --output ../nupkgs -IncludeReferencedProjects working-directory: ./RDSServiceClient - name: Push client to GitHub Packages