Skip to content

Commit

Permalink
ci: update ci-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdihadeli authored Jul 27, 2024
1 parent 1f678b2 commit f8e436b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
# https://github.com/dotnet/Nerdbank.GitVersioning/blob/main/doc/cloudbuild.md#github-actions
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.

- name: Setup .NET
uses: actions/setup-dotnet@v3
Expand Down Expand Up @@ -58,6 +61,9 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
# https://github.com/dotnet/Nerdbank.GitVersioning/blob/main/doc/cloudbuild.md#github-actions
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
Expand Down

0 comments on commit f8e436b

Please sign in to comment.