Update dotnet.yml

This commit is contained in:
ahjephson
2024-11-02 10:14:33 +00:00
committed by GitHub
parent ea08f8666f
commit a6d585ab80

View File

@@ -15,6 +15,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0 # Fetch the full history for GitVersion
- name: Setup .NET
uses: actions/setup-dotnet@v4