Skip to content

Commit df278d8

Browse files
committed
Update workflows
1 parent 2cd49c5 commit df278d8

File tree

2 files changed

+11
-17
lines changed

2 files changed

+11
-17
lines changed

.github/workflows/deploy_demo.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
name: Build and deploy Demo site
2121
env:
22-
DOTNET_VERSION: "net9.0"
22+
DOTNET_VERSION: "net10.0"
2323
DOTNET_CLI_TELEMETRY_OPTOUT: 1
2424
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
2525
DOTNET_NOLOGO: true
@@ -34,17 +34,17 @@ jobs:
3434
- name: Checkout source
3535
uses: actions/checkout@v4
3636

37-
# - name: Setup .NET 8.0
37+
# - name: Setup .NET 9.0
3838
# uses: actions/setup-dotnet@v4
3939
# with:
40-
# dotnet-version: 8.0.x
40+
# dotnet-version: 9.0.x
4141
# dotnet-quality: ga
4242

43-
- name: Setup .NET 9.0
43+
- name: Setup .NET 10.0
4444
uses: actions/setup-dotnet@v4
4545
with:
46-
dotnet-version: 9.0.x
47-
dotnet-quality: ga
46+
dotnet-version: 10.0.x
47+
dotnet-quality: preview
4848

4949
- name: NPM Install
5050
uses: actions/setup-node@v4

.github/workflows/deploy_preview.yml

+5-11
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,11 @@ jobs:
3232
- name: Checkout source
3333
uses: actions/checkout@v4
3434

35-
- name: .NET Setup SDKs
36-
uses: actions/setup-dotnet@v4
37-
with:
38-
dotnet-version: 8.0.x
39-
dotnet-quality: ga
40-
41-
- name: .NET Setup SDKs
42-
uses: actions/setup-dotnet@v4
43-
with:
44-
dotnet-version: 9.0.x
45-
dotnet-quality: ga
35+
# - name: .NET Setup SDKs
36+
# uses: actions/setup-dotnet@v4
37+
# with:
38+
# dotnet-version: 9.0.x
39+
# dotnet-quality: ga
4640

4741
- name: .NET Setup SDKs
4842
uses: actions/setup-dotnet@v4

0 commit comments

Comments
 (0)