From 4affd02be19c0446071b0f2c25d8db6117122019 Mon Sep 17 00:00:00 2001 From: Brett Hewitson Date: Sat, 11 Dec 2021 20:14:01 +1000 Subject: [PATCH] Test Commit --- .github/workflows/msbuild.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index 1604f140..f0b7fa41 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -34,3 +34,4 @@ 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}} +