This action makes it easy to create and publish compiler logs from GitHub Actions.
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