From e5372a70111423377cd889fdf9debe0b80036e30 Mon Sep 17 00:00:00 2001 From: BuzzteeBear Date: Thu, 25 Jul 2024 23:50:37 +0200 Subject: [PATCH] Modified msbuild working directory --- .github/workflows/msbuild.yml | 8 +++++++- OpenXR-MotionCompensation.sln | 2 -- .../XR_APILAYER_NOVENDOR_motion_compensation.vcxproj | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index 507dbf8..3d75679 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -9,6 +9,9 @@ on: workflow_dispatch: env: + # Path to the solution file relative to the root of the project. + SOLUTION_FILE_PATH: . + # name of the project to build PROJECT_NAME: XR_APILAYER_NOVENDOR_motion_compensation @@ -26,6 +29,9 @@ jobs: steps: - uses: actions/checkout@v4 + with: + lfs: true + submodules: true - name: Setup Python uses: actions/setup-python@v5 @@ -48,4 +54,4 @@ jobs: working-directory: ${{env.GITHUB_WORKSPACE}} # Add additional options to the MSBuild command line here (like platform or verbosity level). # See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference - run: msbuild /t:rebuild /p:Configuration=${{env.BUILD_CONFIGURATION}} /v:diag .\${{env.PROJECT_NAME}}\${{env.PROJECT_NAME}}.vcxproj + run: msbuild /t:rebuild /p:Configuration=${{env.BUILD_CONFIGURATION}} /v:diag ${{env.SOLUTION_FILE_PATH}} diff --git a/OpenXR-MotionCompensation.sln b/OpenXR-MotionCompensation.sln index 8947f02..2810ca3 100644 --- a/OpenXR-MotionCompensation.sln +++ b/OpenXR-MotionCompensation.sln @@ -46,11 +46,9 @@ Global {A772D93D-0E95-4A88-8FE8-A67AB6C57E2B}.Release|x64.ActiveCfg = Release|x64 {A772D93D-0E95-4A88-8FE8-A67AB6C57E2B}.Release|x64.Build.0 = Release|x64 {54A184FF-D0F6-44E8-90C9-4097561C5EB9}.Debug|Win32.ActiveCfg = Debug|Win32 - {54A184FF-D0F6-44E8-90C9-4097561C5EB9}.Debug|Win32.Build.0 = Debug|Win32 {54A184FF-D0F6-44E8-90C9-4097561C5EB9}.Debug|x64.ActiveCfg = Debug|x64 {54A184FF-D0F6-44E8-90C9-4097561C5EB9}.Debug|x64.Build.0 = Debug|x64 {54A184FF-D0F6-44E8-90C9-4097561C5EB9}.Release|Win32.ActiveCfg = Release|Win32 - {54A184FF-D0F6-44E8-90C9-4097561C5EB9}.Release|Win32.Build.0 = Release|Win32 {54A184FF-D0F6-44E8-90C9-4097561C5EB9}.Release|x64.ActiveCfg = Release|x64 {54A184FF-D0F6-44E8-90C9-4097561C5EB9}.Release|x64.Build.0 = Release|x64 EndGlobalSection diff --git a/XR_APILAYER_NOVENDOR_motion_compensation/XR_APILAYER_NOVENDOR_motion_compensation.vcxproj b/XR_APILAYER_NOVENDOR_motion_compensation/XR_APILAYER_NOVENDOR_motion_compensation.vcxproj index 17304f2..d460fd3 100644 --- a/XR_APILAYER_NOVENDOR_motion_compensation/XR_APILAYER_NOVENDOR_motion_compensation.vcxproj +++ b/XR_APILAYER_NOVENDOR_motion_compensation/XR_APILAYER_NOVENDOR_motion_compensation.vcxproj @@ -415,7 +415,7 @@ - +