diff --git a/.github/workflows/generateclasses.yaml b/.github/workflows/generateclasses.yaml index eb2183873..24d49df44 100644 --- a/.github/workflows/generateclasses.yaml +++ b/.github/workflows/generateclasses.yaml @@ -60,14 +60,19 @@ jobs: - name: Clear Java generated files run: Remove-Item .\src\jvm\knet\src\main\java\org\mases\knet\generated\* -Recurse -Force -Exclude README.md - - run: dotnet tool update --version 2.5.9 -g MASES.JNetReflector + - run: dotnet tool update --version 2.5.10 -g MASES.JNetReflector - name: Build classes shell: cmd - run: jnetreflector -TraceLevel 0 -OriginRootPath .\jars -DestinationRootPath .\src\ -ConfigurationFile .\src\configuration.json + run: jnetreflector -TraceLevel 1 -TraceTo %GITHUB_WORKSPACE%\JNetReflector.txt -OriginRootPath %GITHUB_WORKSPACE%\jars -DestinationRootPath %GITHUB_WORKSPACE%\src\ -ConfigurationFile %GITHUB_WORKSPACE%\src\configuration.json env: JCOBRIDGE_LicensePath: ${{ secrets.JCOBRIDGE_ONLINE }} - + + - uses: actions/upload-artifact@v4 + with: + name: JNetReflector report + path: .\JNetReflector.txt + - name: Extract commit SHA run: | echo "GITHUB_COMMIT_MESSAGE=$(echo $GITHUB_SHA | cut -c 1-7)" >> $GITHUB_ENV diff --git a/src/net/KNetPS/KNetPS.csproj b/src/net/KNetPS/KNetPS.csproj index 0f9cc92e2..65e4f27a6 100644 --- a/src/net/KNetPS/KNetPS.csproj +++ b/src/net/KNetPS/KNetPS.csproj @@ -42,7 +42,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive