You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/Steeltoe.All.yml
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,12 @@ jobs:
65
65
8.0.*
66
66
9.0.*
67
67
68
+
- name: Setup .NET 10 (preview)
69
+
uses: actions/setup-dotnet@v4
70
+
with:
71
+
dotnet-version: 10.0.*
72
+
dotnet-quality: preview
73
+
68
74
- name: Turn off dev certificate (macOS only)
69
75
if: ${{ matrix.os == 'macos-latest' }}
70
76
# Setting DOTNET_GENERATE_ASPNET_CERTIFICATE to "false" makes it easier to determine which test failed on macOS when it tried to start a web server with https enabled.
Copy file name to clipboardExpand all lines: .github/workflows/component-shared-workflow.yml
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,12 @@ jobs:
62
62
8.0.*
63
63
9.0.*
64
64
65
+
- name: Setup .NET 10 (preview)
66
+
uses: actions/setup-dotnet@v4
67
+
with:
68
+
dotnet-version: 10.0.*
69
+
dotnet-quality: preview
70
+
65
71
- name: Turn off dev certificate (macOS only)
66
72
if: ${{ inputs.OS == 'macos' }}
67
73
# Setting DOTNET_GENERATE_ASPNET_CERTIFICATE to "false" makes it easier to determine which test failed on macOS when it tried to start a web server with https enabled.
0 commit comments