Skip to content

Commit

Permalink
ci: add missing build step
Browse files Browse the repository at this point in the history
  • Loading branch information
mohasarc committed Mar 19, 2024
1 parent 53f5d28 commit 2a3f25c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- name: Set up MSBuild path
uses: microsoft/setup-msbuild@v1.1

- name: Build eTokenSign3 Solution
run: msbuild eTokenSign3.sln /p:Configuration=Release /p:Platform="x86"

- name: Determine Next Version and Tag
id: versioning
uses: mathieudutour/github-tag-action@v5.6
Expand Down

0 comments on commit 2a3f25c

Please sign in to comment.