Skip to content

Commit 38c1494

Browse files
Copilotstephentoub
andcommitted
Add copilot-setup-steps.yml for .NET 10 SDK preinstallation
Co-authored-by: stephentoub <2642209+stephentoub@users.noreply.github.com>
1 parent d1696e6 commit 38c1494

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/copilot-setup-steps.yml

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

0 commit comments

Comments
 (0)