Skip to content

Commit e477800

Browse files
committed
Fix EOF
1 parent aea12af commit e477800

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/upload-test-report.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
runs-on: windows-latest
1111
steps:
1212
- uses: actions/checkout@v2
13+
with:
14+
fetch-depth: 0
1315

1416
- name: Setup .NET
1517
uses: actions/setup-dotnet@v1

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
dotnet tool restore
2-
dotnet cake "$@"
2+
dotnet cake "$@"

0 commit comments

Comments
 (0)