Skip to content

Commit

Permalink
Update JNetReflector build sequence (#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers authored Sep 26, 2024
1 parent 8320d1b commit 9917c83
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/generateclasses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ jobs:
MAVEN_CENTRAL_TOKEN: ${{ secrets.MAVEN_CENTRAL_TOKEN }}
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}

- name: Build JNetReflector
if: ${{ inputs.UseLatestJNetReflector == true }}
run: dotnet build --no-incremental --configuration Release JNet\src\net\JNetReflector\JNetReflector.csproj

- name: Download latest published version of JNetReflector
run: dotnet tool update --version 2.5.9 -g MASES.JNetReflector
if: ${{ inputs.UseLatestJNetReflector == false }}
Expand Down

0 comments on commit 9917c83

Please sign in to comment.