Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
august95 committed Sep 15, 2024
1 parent 4a85494 commit f5e3eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f5e3eea

Please sign in to comment.