File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments