mirror of
https://github.com/actions/setup-dotnet.git
synced 2024-11-22 11:31:07 +07:00
Set up your GitHub Actions workflow with a specific version of the .NET core sdk
187843cd79
* Add installer * Add tests * install-dotnet script should be in externals * merge * Fix tests * Fix naming * Clean up * Feedback |
||
---|---|---|
__tests__ | ||
.github | ||
docs | ||
externals | ||
lib | ||
node_modules | ||
src | ||
toolkit | ||
.gitignore | ||
.prettierrc.json | ||
action.yml | ||
jest.config.js | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json |
@actions/setup-dotnet
This action sets by Dotnet environment for use in actions by:
- TODO: optionally downloading and caching a version of Dotnet
- TODO: registering problem matchers for error output
- TODO: configuring proxy if the runner is configured to use a proxy (coming with private runners)
License
The scripts and documentation in this project are released under the MIT License
Contributions
Contributions are welcome! See Contributor's Guide