From dbabdf47b86e0d3c0fb9b93540899ddd561770bb Mon Sep 17 00:00:00 2001 From: k1mlka Date: Tue, 1 Oct 2024 11:22:37 +0800 Subject: [PATCH] Update msbuild.yml --- .github/workflows/msbuild.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index b573900..aeaa54d 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -40,6 +40,5 @@ jobs: # 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 /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}} - - name: Build working-directory: ${{env.GITHUB_WORKSPACE}}/fakereg run: msbuild fakereg.vcxproj /m /p:Configuration=Release /p:Platform=x86