From 248304e90b71afe56c7baf7e181005e5e69e56f1 Mon Sep 17 00:00:00 2001 From: Kyle Machulis Date: Sat, 14 Oct 2023 11:36:49 -0700 Subject: [PATCH] build: Just make CI build full solution --- .github/workflows/main.yml | 2 +- IntifaceGameHapticsRouter/IntifaceGameHapticsRouter.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0d0b74f..62f4a2e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: - uses: nuget/setup-nuget@v1 - run: nuget restore IntifaceGameHapticsRouter.sln - name: Build app for release - run: msbuild IntifaceGameHapticsRouter\IntifaceGameHapticsRouter.csproj -t:rebuild -property:Configuration=Release + run: msbuild IntifaceGameHapticsRouter.sln -t:rebuild -property:Configuration=Release - uses: dlemstra/code-sign-action@v1 with: certificate: '${{ secrets.NPLABS_WINDOWS_202205_CERT }}' diff --git a/IntifaceGameHapticsRouter/IntifaceGameHapticsRouter.csproj b/IntifaceGameHapticsRouter/IntifaceGameHapticsRouter.csproj index 4be60a1..1d493f5 100644 --- a/IntifaceGameHapticsRouter/IntifaceGameHapticsRouter.csproj +++ b/IntifaceGameHapticsRouter/IntifaceGameHapticsRouter.csproj @@ -309,7 +309,7 @@ - copy ..\packages\EasyHook.2.7.7097\content\net40\*.* $(TargetDir) + copy $(SolutionDir)packages\EasyHook.2.7.7097\content\net40\*.* $(TargetDir)