Skip to content

Commit

Permalink
Add bin logging
Browse files Browse the repository at this point in the history
  • Loading branch information
JimBobSquarePants committed Jan 8, 2025
1 parent 33fcad7 commit 8b6de4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,9 @@ jobs:
if: failure()
with:
name: actual_output_${{ runner.os }}_${{ matrix.options.framework }}${{ matrix.options.runtime }}.zip
path: tests/Images/ActualOutput/
path: |
tests/Images/ActualOutput/
msbuild.log
- name: Codecov Update
uses: codecov/codecov-action@v4
Expand Down
2 changes: 1 addition & 1 deletion ci-build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ dotnet clean -c Release
$repositoryUrl = "https://github.com/$env:GITHUB_REPOSITORY"

# Building for a specific framework.
dotnet build -c Release -f $targetFramework /p:RepositoryUrl=$repositoryUrl
dotnet build -c Release -f $targetFramework /p:RepositoryUrl=$repositoryUrl -bl

0 comments on commit 8b6de4e

Please sign in to comment.