Skip to content

Commit 2561529

Browse files
committed
Update build-deploy.yml and .NET version
- Added `fetch-depth: 0` to checkout in `build-deploy.yml` for full history clone. - Updated .NET setup to use version `8.0.x`, ensuring up-to-date builds.
1 parent 940b01d commit 2561529

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-deploy.yml

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v4
15+
with:
16+
fetch-depth: 0
1517

1618
- name: Setup .NET
1719
uses: actions/setup-dotnet@v4

0 commit comments

Comments
 (0)