Skip to content

Commit 659e609

Browse files
committed
Unshallow
1 parent 84a3784 commit 659e609

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Diff for: .github/workflows/build-dev.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v2.3.4
21-
with:
22-
fetch-depth: 0
2321
- name: Run tests on Windows for all targets
2422
run: dotnet test -c Release
2523

@@ -28,7 +26,11 @@ jobs:
2826
needs: [ test-win ] #,test-netcore-linux]
2927

3028
steps:
31-
- uses: actions/checkout@v2.3.4
29+
-
30+
name: Checkout
31+
uses: actions/checkout@v2.3.4
32+
with:
33+
fetch-depth: 0
3234

3335
- name: Create and push NuGet package
3436
run: |

0 commit comments

Comments
 (0)