Set up your GitHub Actions workflow with a specific version of the .NET core sdk
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Danny McCormick daff220482
Update main.workflow
6 years ago
.github Update main.workflow 6 years ago
__tests__ Initial commit 6 years ago
docs Initial commit 6 years ago
node_modules Initial commit 6 years ago
toolkit Initial commit 6 years ago
.gitignore Initial commit 6 years ago
.prettierrc.json Initial commit 6 years ago
LICENSE Initial commit 6 years ago
README.md Initial commit 6 years ago
action.yml Initial commit 6 years ago
jest.config.js Initial commit 6 years ago
package-lock.json Initial commit 6 years ago
package.json Initial commit 6 years ago
tsconfig.json Initial commit 6 years ago

README.md

@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