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 211f0312b0
Add C# problem matcher (#2)
* Add c# problem matcher

* ##[add-matcher]
6 years ago
.github Add C# problem matcher (#2) 6 years ago
__tests__ Add installer (#1) 6 years ago
docs Initial commit 6 years ago
externals Add installer (#1) 6 years ago
lib Add installer (#1) 6 years ago
node_modules Initial commit 6 years ago
src Add C# problem matcher (#2) 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