Skip to content

Commit aabb478

Browse files
committed
Add custom build step
1 parent 97ab4fb commit aabb478

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
with:
1616
submodules: recursive
1717

18+
- name: Custom Build Steps
19+
run: .\build.ps1
20+
1821
- name: Setup MSBuild
1922
uses: microsoft/setup-msbuild@v1
2023

0 commit comments

Comments
 (0)