Skip to content

Commit f425feb

Browse files
committed
Take 4
1 parent 93a4a09 commit f425feb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/deploy_demo.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
name: Build and deploy Demo site
2424
env:
25-
DOTNET_VERSION: "net10.0"
25+
DOTNET_VERSION: "net9.0"
2626
DOTNET_CLI_TELEMETRY_OPTOUT: 1
2727
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
2828
DOTNET_NOLOGO: true
@@ -43,11 +43,11 @@ jobs:
4343
dotnet-version: 9.0.x
4444
dotnet-quality: ga
4545

46-
# - name: Setup .NET 10.0
47-
# uses: actions/setup-dotnet@v4
48-
# with:
49-
# dotnet-version: 10.0.x
50-
# dotnet-quality: preview
46+
- name: Setup .NET 10.0
47+
uses: actions/setup-dotnet@v4
48+
with:
49+
dotnet-version: 10.0.x
50+
dotnet-quality: preview
5151

5252
- name: NPM Install
5353
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)