diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7232656..00a948c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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