Skip to content

Commit be4ff8f

Browse files
Copilotstephentoub
andauthored
Add copilot-setup-steps.yml to preinstall .NET 10 SDK in GitHub Copilot environment (#877)
* Initial plan * Add copilot-setup-steps.yml for .NET 10 SDK preinstallation Co-authored-by: stephentoub <[email protected]> * Use semantic version tag for setup-dotnet action Co-authored-by: stephentoub <[email protected]> * Add dotnet --info step to verify SDK installation Co-authored-by: stephentoub <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: stephentoub <[email protected]>
1 parent 8f2e21d commit be4ff8f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/copilot-setup-steps.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: Setup .NET SDK
2+
steps:
3+
- uses: actions/setup-dotnet@v5
4+
with:
5+
global-json-file: global.json
6+
- run: dotnet --info

0 commit comments

Comments
 (0)