Apparently even the dotnet build needs the entire git history

This commit is contained in:
Caelan Sayler
2022-05-13 16:26:07 +01:00
parent 58e284cb9d
commit 520f462e86

View File

@@ -6,8 +6,8 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
# with:
# fetch-depth: 0
with:
fetch-depth: 0
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
@@ -46,6 +46,8 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup .NET
uses: actions/setup-dotnet@v1
with: