Skip to content

Commit a918960

Browse files
Copilotstephentoub
andauthored
Update copilot-setup-steps.yml to use global.json for .NET SDK version (#888)
* Initial plan * Update copilot-setup-steps.yml to use global.json for .NET SDK version Co-authored-by: stephentoub <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: stephentoub <[email protected]>
1 parent 855b6c4 commit a918960

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,10 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v5
1515

16-
- name: Install .NET 10.x
16+
- name: Install .NET SDK
1717
uses: actions/setup-dotnet@v5
1818
with:
19-
dotnet-version: |
20-
10.0.100-rc.1.25451.107
21-
dotnet-quality: preview
19+
global-json-file: global.json
2220

2321
- name: dotnet --info
2422
run: dotnet --info

0 commit comments

Comments
 (0)