-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from juro-org/release/2.0.0
Release/2.0.0
- Loading branch information
Showing
5 changed files
with
21 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,23 +26,16 @@ jobs: | |
|
||
- name: Fetch all tags and branches | ||
run: git fetch --prune --unshallow | ||
|
||
- uses: actions/[email protected] | ||
with: | ||
# codecov and unittests need 2.1 | ||
dotnet-version: '2.1.818' | ||
- uses: actions/[email protected] | ||
with: | ||
dotnet-version: '3.1.414' | ||
- uses: actions/[email protected] | ||
with: | ||
# gitversion needs 5.0 | ||
dotnet-version: '5.0.402' | ||
- uses: actions/[email protected] | ||
with: | ||
# need at least .NET 6 rc2 to build | ||
dotnet-version: '6.0.100-rc.2.21505.57' | ||
include-prerelease: true | ||
|
||
- name: Install .NET SDK | ||
uses: actions/[email protected] | ||
with: | ||
# all SDKs the project is targeting + codecov and unittests need 2.1 | ||
dotnet-version: | | ||
2.1.818 | ||
3.1.x | ||
5.0.x | ||
6.0.x | ||
- name: Cache Tools | ||
uses: actions/cache@v2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters