We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5130fa6 commit a19a0d6Copy full SHA for a19a0d6
.github/workflows/dotnet.yml
@@ -13,6 +13,8 @@ jobs:
13
14
steps:
15
- uses: actions/checkout@v2
16
+ - name: Fetch history
17
+ run: git fetch --prune --unshallow
18
- name: Setup .NET
19
uses: actions/setup-dotnet@v1
20
with:
0 commit comments