We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f2e21d commit be4ff8fCopy full SHA for be4ff8f
.github/copilot-setup-steps.yml
@@ -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