From f5e3eea5409f34e037f4436963788f6055d92bfa Mon Sep 17 00:00:00 2001 From: Ingvar August Wedervang <55133964+august95@users.noreply.github.com> Date: Sun, 15 Sep 2024 17:45:36 +0200 Subject: [PATCH] Update msbuild.yml --- .github/workflows/msbuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index cc4c435..ef6062c 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -59,7 +59,7 @@ jobs: run: nuget restore braze_compiler.sln - name: Build unit_test Project - run: msbuild unit_test/unit_test.vcxproj /p:Configuration=${{ env.BUILD_CONFIGURATION }} /p:Platform=${{ env.PLATFORM }} /p:PreprocessorDefinitions="__GITHUB_ACTION__;%(PreprocessorDefinitions)" + run: msbuild unit_test/unit_test.vcxproj /p:Configuration=${{ env.BUILD_CONFIGURATION }} /p:Platform=${{ env.PLATFORM }} - name: Run Unit Tests run: D:\a\braze_compiler\braze_compiler\unit_test\x64\Release\unit_test.exe