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.
2 parents bedd981 + 81ca5f7 commit 37b9e8bCopy full SHA for 37b9e8b
README.md
@@ -10,6 +10,12 @@ This action sets up a [dotnet core cli](https://github.com/dotnet/cli) environme
10
- registering problem matchers for error output
11
- setting up authentication to private package sources like GitHub Packages
12
13
+Please Note: GitHub hosted runners have some versions of the .NET SDK
14
+preinstalled. Installed versions are subject to change. Please refer to the
15
+documentation
16
+[software installed on github hosted runners](https://help.github.com/en/actions/reference/software-installed-on-github-hosted-runners)
17
+for .NET SDK versions that are currently available.
18
+
19
# Usage
20
21
See [action.yml](action.yml)
0 commit comments