Skip to content

Commit 52f2272

Browse files
committed
Add dotnet 8 to copilot setup steps
1 parent a2811b6 commit 52f2272

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717

1818
- uses: actions/setup-dotnet@v4
1919
with:
20-
dotnet-version: 9.0.x
20+
dotnet-version: |
21+
8.0.x
22+
9.0.x
2123
2224
- name: Build azsdk cli
2325
run: |

0 commit comments

Comments
 (0)