We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93a4a09 commit f425febCopy full SHA for f425feb
.github/workflows/deploy_demo.yml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ubuntu-latest
23
name: Build and deploy Demo site
24
env:
25
- DOTNET_VERSION: "net10.0"
+ DOTNET_VERSION: "net9.0"
26
DOTNET_CLI_TELEMETRY_OPTOUT: 1
27
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
28
DOTNET_NOLOGO: true
@@ -43,11 +43,11 @@ jobs:
43
dotnet-version: 9.0.x
44
dotnet-quality: ga
45
46
- # - name: Setup .NET 10.0
47
- # uses: actions/setup-dotnet@v4
48
- # with:
49
- # dotnet-version: 10.0.x
50
- # dotnet-quality: preview
+ - name: Setup .NET 10.0
+ uses: actions/setup-dotnet@v4
+ with:
+ dotnet-version: 10.0.x
+ dotnet-quality: preview
51
52
- name: NPM Install
53
uses: actions/setup-node@v4
0 commit comments