From 3073a4038e01841eebda029fea8e226a03896959 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Fri, 14 Feb 2025 00:12:54 -0600 Subject: [PATCH] chore: put embedded resources item group in target where models are downloaded --- .github/workflows/pull_request.yml | 4 +--- src/BGR.Console/BGR.Console.csproj | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 76c3611..392fec4 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -63,9 +63,7 @@ jobs: - name: Restore dependencies run: dotnet restore src - name: Build on ${{ matrix.os }} - run: dotnet build src --no-restore - - name: List downloaded models - run: ls -l src/BGR.Console/Resources/Files + run: dotnet build --no-restore src - name: Test on ${{ matrix.os }} run: dotnet test src --no-build --verbosity normal - name: Rename test coverage report diff --git a/src/BGR.Console/BGR.Console.csproj b/src/BGR.Console/BGR.Console.csproj index 3ba3741..eb1123a 100644 --- a/src/BGR.Console/BGR.Console.csproj +++ b/src/BGR.Console/BGR.Console.csproj @@ -13,7 +13,7 @@ - Resources\Files + Resources/Files @@ -22,19 +22,23 @@ + + + + @@ -56,8 +60,4 @@ - - - -