Skip to content

Commit

Permalink
workflow: restore before building
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhngtu committed Feb 25, 2024
1 parent 46e346f commit 422c365
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,19 @@ jobs:

- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v2


- name: Restore Win32
run: msbuild -m -target:Restore -p:Configuration=Release -p:Platform=Win32 .

- name: Restore x64
run: msbuild -m -target:Restore -p:Configuration=Release -p:Platform=x64 .

- name: Build DLL Win32
run: msbuild -m -target:VietTypeATL:Rebuild -p:Configuration=Release -p:Platform=Win32 .

- name: Build DLL x64
run: msbuild -m -target:VietTypeATL:Rebuild -p:Configuration=Release -p:Platform=x64 .

- name: Build Config
run: msbuild -m -target:VietTypeConfig:Rebuild -p:Configuration=Release -p:Platform=Win32 .

Expand Down

0 comments on commit 422c365

Please sign in to comment.