Add doc links

This commit is contained in:
Vladimir Safonkin 2021-02-20 17:19:33 +03:00
parent 271fc36a4e
commit 4d8031f692

View File

@ -17,8 +17,11 @@ https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-install-script
- Release new task version to avoid breaking changes for customers. - Release new task version to avoid breaking changes for customers.
# v2-preview # v2-preview
There will be a v2-preview branch that will be created for development and testing. Any changes will first be merged into v2-preview branch. After a period of testing & verification, the v2-preview branch will be merged into the main branch and a v2 tag will be created. Any GitHub public documentation and starter workflows that mention setup-dotnet will then be updated to use v2 instead of v1: [README.md](https://github.com/actions/setup-dotnet/blob/main/README.md There will be a v2-preview branch that will be created for development and testing. Any changes will first be merged into v2-preview branch. After a period of testing & verification, the v2-preview branch will be merged into the main branch and a v2 tag will be created. Any GitHub public documentation and starter workflows that mention setup-dotnet will then be updated to use v2 instead of v1:
), [action.yml](https://github.com/actions/setup-dotnet/blob/main/action.yml), [GitHub docs](https://docs.github.com/en/actions/guides/building-and-testing-net#using-a-specific-net-version) - [README.md](https://github.com/actions/setup-dotnet/blob/main/README.md)
- [action.yml](https://github.com/actions/setup-dotnet/blob/main/action.yml)
- [GitHub docs](https://docs.github.com/en/actions/guides/building-and-testing-net#using-a-specific-net-version)
- Starter-workflow yamls: [#1](https://github.com/actions/starter-workflows/blob/main/ci/dotnet.yml#L17), [#2](https://github.com/actions/starter-workflows/blob/main/ci/dotnet-desktop.yml#L72)
# Consequences # Consequences
- Customers will be able to use pre-installed .NET versions with setup-dotnet action on Windows and Ubuntu. - Customers will be able to use pre-installed .NET versions with setup-dotnet action on Windows and Ubuntu.