We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84a3784 commit 659e609Copy full SHA for 659e609
.github/workflows/build-dev.yml
@@ -18,8 +18,6 @@ jobs:
18
steps:
19
- name: Checkout
20
uses: actions/checkout@v2.3.4
21
- with:
22
- fetch-depth: 0
23
- name: Run tests on Windows for all targets
24
run: dotnet test -c Release
25
@@ -28,7 +26,11 @@ jobs:
28
26
needs: [ test-win ] #,test-netcore-linux]
29
27
30
31
- - uses: actions/checkout@v2.3.4
+ -
+ name: Checkout
+ uses: actions/checkout@v2.3.4
32
+ with:
33
+ fetch-depth: 0
34
35
- name: Create and push NuGet package
36
run: |
0 commit comments