Skip to content

Commit

Permalink
Tweak names
Browse files Browse the repository at this point in the history
  • Loading branch information
veleek committed Aug 3, 2024
1 parent 1c60ed0 commit df86cb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/AppveyorConversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: NUnitConsole.binlog
name: NUnitConsoleLogs
# This path is defined in build-settings.cake
path: NUnitConsole.binlog
path: "*.binlog"
if-no-files-found: error
retention-days: 1

Expand Down
2 changes: 1 addition & 1 deletion cake/build-settings.cake
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ public static class BuildSettings
BinaryLogger = new MSBuildBinaryLoggerSettings
{
Enabled = true,
FileName = "TestNUnitBuild.binlog",
FileName = "NUnitConsole.binlog",
Imports = MSBuildBinaryLoggerImports.Embed
}
}
Expand Down

0 comments on commit df86cb3

Please sign in to comment.