|
|
|
@ -1,5 +1,9 @@
|
|
|
|
# setup-dotnet
|
|
|
|
# setup-dotnet
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<p align="left">
|
|
|
|
|
|
|
|
<a href="https://github.com/actions/setup-dotnet"><img alt="GitHub Actions status" src="https://github.com/actions/setup-dotnet/workflows/Main%20workflow/badge.svg"></a>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
This action sets up a dotnet environment for use in actions by:
|
|
|
|
This action sets up a dotnet environment for use in actions by:
|
|
|
|
|
|
|
|
|
|
|
|
- optionally downloading and caching a version of dotnet by SDK version and adding to PATH
|
|
|
|
- optionally downloading and caching a version of dotnet by SDK version and adding to PATH
|
|
|
|
|