File tree 2 files changed +11
-17
lines changed
2 files changed +11
-17
lines changed Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
name : Build and deploy Demo site
21
21
env :
22
- DOTNET_VERSION : " net9 .0"
22
+ DOTNET_VERSION : " net10 .0"
23
23
DOTNET_CLI_TELEMETRY_OPTOUT : 1
24
24
DOTNET_SKIP_FIRST_TIME_EXPERIENCE : 1
25
25
DOTNET_NOLOGO : true
@@ -34,17 +34,17 @@ jobs:
34
34
- name : Checkout source
35
35
uses : actions/checkout@v4
36
36
37
- # - name: Setup .NET 8 .0
37
+ # - name: Setup .NET 9 .0
38
38
# uses: actions/setup-dotnet@v4
39
39
# with:
40
- # dotnet-version: 8 .0.x
40
+ # dotnet-version: 9 .0.x
41
41
# dotnet-quality: ga
42
42
43
- - name : Setup .NET 9 .0
43
+ - name : Setup .NET 10 .0
44
44
uses : actions/setup-dotnet@v4
45
45
with :
46
- dotnet-version : 9 .0.x
47
- dotnet-quality : ga
46
+ dotnet-version : 10 .0.x
47
+ dotnet-quality : preview
48
48
49
49
- name : NPM Install
50
50
uses : actions/setup-node@v4
Original file line number Diff line number Diff line change @@ -32,17 +32,11 @@ jobs:
32
32
- name : Checkout source
33
33
uses : actions/checkout@v4
34
34
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
46
40
47
41
- name : .NET Setup SDKs
48
42
uses : actions/setup-dotnet@v4
You can’t perform that action at this time.
0 commit comments