Skip to content

Commit 56ce6b6

Browse files
committed
remove Setup .NET from main
1 parent 353385f commit 56ce6b6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ jobs:
6161

6262
steps:
6363
- uses: actions/checkout@v4
64-
- name: Setup .NET
65-
uses: actions/setup-dotnet@v4
66-
# For a full NET 10.0 build, we also need MsBuild related to .NET 10 (requires VS 2026) is also available on the image
67-
with:
68-
dotnet-version: 10.0.x
64+
# - name: Setup .NET
65+
# uses: actions/setup-dotnet@v4
66+
# # For a full NET 10.0 build, we also need MsBuild related to .NET 10 (requires VS 2026) is also available on the image
67+
# with:
68+
# dotnet-version: 10.0.x
6969
- id: versions
7070
name: Calculate versions
7171
shell: pwsh

0 commit comments

Comments
 (0)