Skip to content

Commit

Permalink
Add custom build step to publishing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
glopesdev committed Nov 7, 2023
1 parent 97ab4fb commit 031dd86
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ jobs:
with:
submodules: recursive

- name: Setup .NET Core SDK
uses: actions/[email protected]

- name: Custom Build Steps
run: .\build.ps1

- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1

Expand Down

0 comments on commit 031dd86

Please sign in to comment.