Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
august95 authored Sep 13, 2024
1 parent 6fda3af commit 8944995
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: nuget restore braze_compiler.sln

- name: Build braze_compiler Static Library
run: msbuild compiler_lib/compiler_lib.vcxproj /p:Configuration=${{ env.BUILD_CONFIGURATION }} /p:Platform=${{ env.PLATFORM }} /verbosity:diagnostic
run: msbuild compiler_lib/compiler_lib.vcxproj /p:Configuration=${{ env.BUILD_CONFIGURATION }} /p:Platform=${{ env.PLATFORM }}

# build-braze_compiler:
# runs-on: windows-latest
Expand Down 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 }} /verbosity:diagnostic
run: msbuild unit_test/unit_test.vcxproj /p:Configuration=${{ env.BUILD_CONFIGURATION }} /p:Platform=${{ env.PLATFORM }}

- name: Run Unit Tests
run: .\x64\Debug\unit_test.exe
run: D:\a\braze_compiler\x64\Debug\unit_test.exe

0 comments on commit 8944995

Please sign in to comment.