fetch all git history

This commit is contained in:
David Refoua 2022-10-15 04:31:56 +03:30
parent cb9d06f8a3
commit 23edc8036f

View File

@ -32,6 +32,8 @@ jobs:
steps:
- name: Check out repository code (Action from GitHub)
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v1