We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0638009 commit 03491dfCopy full SHA for 03491df
.github/workflows/test.yaml
@@ -7,6 +7,8 @@ jobs:
7
name: Dotnet ${{ matrix.dotnet }} sample
8
steps:
9
- uses: actions/checkout@master
10
+ with:
11
+ fetch-depth: 0
12
- name: Setup dotnet
13
uses: actions/setup-dotnet@v1
14
with:
0 commit comments