Move copilot-setup-steps.yml to workflows directory per GitHub docume… #2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Setup .NET SDK | ||
steps: | ||
- uses: actions/setup-dotnet@v5 | ||
with: | ||
global-json-file: global.json | ||
- run: dotnet --info |