We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 353385f commit 56ce6b6Copy full SHA for 56ce6b6
.github/workflows/ci.yml
@@ -61,11 +61,11 @@ jobs:
61
62
steps:
63
- 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
+ # - name: Setup .NET
+ # uses: actions/setup-dotnet@v4
+ # # For a full NET 10.0 build, we also need MsBuild related to .NET 10 (requires VS 2026) is also available on the image
+ # with:
+ # dotnet-version: 10.0.x
69
- id: versions
70
name: Calculate versions
71
shell: pwsh
0 commit comments