Skip to content

Commit b1de9cd

Browse files
committed
Update pipelines
1 parent 71ec9f0 commit b1de9cd

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.azure/pipelines/azure-pipelines.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ steps:
3535
displayName: "Use .NET Core sdk 10.x"
3636
inputs:
3737
version: 10.x
38-
includePreviewVersions: true
3938

4039
- task: UseDotNet@2
4140
displayName: "Use .NET Core sdk 9.x"

.github/workflows/dotnet-core.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,20 @@ jobs:
2020
- uses: actions/checkout@v4
2121
with:
2222
fetch-depth: 0
23-
- name: Setup .NET 9.0.x, 8.0.x, 7.0.x and 6.0.x
23+
- name: Setup .NET 10.0.x, 9.0.x, 8.0.x, 7.0.x and 6.0.x
2424
uses: actions/setup-dotnet@v4
2525
with:
2626
dotnet-version: |
2727
6.0.x
2828
7.0.x
2929
8.0.x
3030
9.0.x
31-
- name: Setup .NET 10.0.x Preview
32-
uses: actions/setup-dotnet@v4
33-
with:
34-
dotnet-version: 10.0.x
35-
dotnet-quality: "preview"
31+
10.0.x
32+
# - name: Setup .NET 11.0.x Preview
33+
# uses: actions/setup-dotnet@v4
34+
# with:
35+
# dotnet-version: 11.0.x
36+
# dotnet-quality: "preview"
3637
- name: dotnet info
3738
run: dotnet --info
3839
- name: Install dependencies

0 commit comments

Comments
 (0)