Skip to content

Commit

Permalink
Revert "Update msbuild.yml"
Browse files Browse the repository at this point in the history
This reverts commit e1622be.
  • Loading branch information
august95 committed Sep 14, 2024
1 parent e1622be commit b268c80
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ jobs:
- name: Build unit_test Project
run: msbuild unit_test/unit_test.vcxproj /p:Configuration=${{ env.BUILD_CONFIGURATION }} /p:Platform=${{ env.PLATFORM }}

- name: Copy exe
run: robocopy D:\a\braze_compiler\braze_compiler\unit_test\x64\Release\ D:\a\braze_compiler\braze_compiler\unit_test\

- name: Copy test files
run: xcopy D:\a\braze_compiler\braze_compiler\unit_test\test_files D:\a\braze_compiler\braze_compiler\unit_test\x64\Release /E /I /H /C /Y
- name: Run Unit Tests
run: D:\a\braze_compiler\braze_compiler\unit_test\unit_test.exe
run: D:\a\braze_compiler\braze_compiler\unit_test\x64\Release\unit_test.exe

0 comments on commit b268c80

Please sign in to comment.