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 43b4197 commit c19e602
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ jobs:
run: nuget restore braze_compiler.sln

- name: Build braze_compiler Static Library
run: msbuild compiler_lib/compiler_lib.vcxproj.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 }} /verbosity:diagnostic

build-braze_compiler:
runs-on: windows-latest
needs: build-compiler_lib

steps:
- uses: actions/checkout@v4
Expand All @@ -46,7 +47,7 @@ jobs:

build-unit_test:
runs-on: windows-latest
needs: build-braze_compiler
needs: build-compiler_lib

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c19e602

Please sign in to comment.