Skip to content

jaredpar/complog-action

Repository files navigation

Compiler Logs Action

This action makes it easy to create and publish compiler logs from GitHub Actions.

Usage

To use this action make sure that the build is producing a binary log file. The compiler log action will create a compiler log file from that and upload it to the executing action.

  - name: Build .NET app
    run: dotnet build -bl

  - name: Create Compiler Log
    uses: jaredpar/basic-compilerlog-action@v1
    with:
      binlog: msbuild.binlog

About

GitHub action supporting the creation of compiler logs

Resources

License

Stars

Watchers

Forks

Packages

No packages published