diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index 72eb61e..9e30a48 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -41,4 +41,4 @@ jobs: # See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference #run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}} working-directory: ${{env.GITHUB_WORKSPACE}} - run: msbuild fakereg.vcxproj /m /p:Configuration=Release /p:Platform=x86 + run: msbuild fakereg/fakereg.vcxproj /m /p:Platform=x86