Skip to content

Commit

Permalink
Testing my action
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpar committed Sep 14, 2023
1 parent 64e22fc commit 1d9dacf
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ jobs:
run: dotnet test --no-build --verbosity normal
if: matrix.os == 'windows-latest'
- name: Create Compiler Log
run: dotnet run --project src/Basic.CompilerLog/Basic.CompilerLog.csproj create msbuild.binlog
- name: Publish Compiler Log
uses: actions/upload-artifact@v3
uses: jaredpar/basic-compilerlog-action@v1
with:
name: ${{ matrix.artifact }}
path: msbuild.complog
artifact: ${{ matrix.artifact }}

0 comments on commit 1d9dacf

Please sign in to comment.